* Revert "Fix chat bubbles (#25643)" This reverts commit23d2c4d924. * Revert "Fixes obsolete Transform warnings in Content. (#25256)" This reverts commitf284b43ff6.
This commit is contained in:
@@ -105,7 +105,7 @@ public sealed class ExplosionCommand : IConsoleCommand
|
||||
if (args.Length > 4)
|
||||
coords = new MapCoordinates(new Vector2(x, y), xform.MapID);
|
||||
else
|
||||
coords = entMan.System<SharedTransformSystem>().GetMapCoordinates(xform);
|
||||
coords = xform.MapPosition;
|
||||
}
|
||||
|
||||
ExplosionPrototype? type;
|
||||
|
||||
Reference in New Issue
Block a user