Merge branch 'master' into Inventory
This commit is contained in:
@@ -267,7 +267,7 @@ void cBeaconEntity::GiveEffects(void)
|
||||
|
||||
|
||||
|
||||
bool cBeaconEntity::Tick(float a_Dt, cChunk & a_Chunk)
|
||||
bool cBeaconEntity::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk)
|
||||
{
|
||||
// Update the beacon every 4 seconds
|
||||
if ((GetWorld()->GetWorldAge() % 80) == 0)
|
||||
|
||||
Reference in New Issue
Block a user