Changed ItemSpawner to EntitySpawner, used for syncing both item and character spawning
This commit is contained in:
@@ -269,7 +269,7 @@ namespace Barotrauma
|
||||
item.Update(cam, deltaTime);
|
||||
}
|
||||
|
||||
Item.Spawner.Update();
|
||||
Entity.Spawner.Update();
|
||||
Item.Remover.Update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user