Clean up all missing EntitySystem proxy method uses (#38353)
This commit is contained in:
@@ -741,7 +741,7 @@ public sealed partial class PuddleSystem : SharedPuddleSystem
|
||||
}
|
||||
|
||||
var coords = _map.GridTileToLocal(gridId, mapGrid, tileRef.GridIndices);
|
||||
puddleUid = EntityManager.SpawnEntity("Puddle", coords);
|
||||
puddleUid = Spawn("Puddle", coords);
|
||||
EnsureComp<PuddleComponent>(puddleUid);
|
||||
if (TryAddSolution(puddleUid, solution, sound))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user