Revert "Update submodule (again)" (#7730)
This commit is contained in:
@@ -21,7 +21,6 @@ namespace Content.Server.Fluids.EntitySystems
|
||||
{
|
||||
base.Initialize();
|
||||
|
||||
// Shouldn't need re-anchoring.
|
||||
SubscribeLocalEvent<PuddleComponent, AnchorStateChangedEvent>(OnAnchorChanged);
|
||||
SubscribeLocalEvent<PuddleComponent, ExaminedEvent>(HandlePuddleExamined);
|
||||
SubscribeLocalEvent<PuddleComponent, SolutionChangedEvent>(OnUpdate);
|
||||
|
||||
@@ -184,7 +184,7 @@ public sealed class SpillableSystem : EntitySystem
|
||||
|
||||
// Get normalized co-ordinate for spill location and spill it in the centre
|
||||
// TODO: Does SnapGrid or something else already do this?
|
||||
var spillGridCoords = mapGrid.GridTileToLocal(tileRef.GridIndices);
|
||||
var spillGridCoords = mapGrid.GridTileToWorld(tileRef.GridIndices);
|
||||
var startEntity = EntityUid.Invalid;
|
||||
PuddleComponent? puddleComponent = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user