Fix footstep sounds not playing
This commit is contained in:
@@ -99,6 +99,7 @@ namespace Content.Server.GameObjects.EntitySystems
|
||||
// Can happen when teleporting between grids.
|
||||
if (!transform.Coordinates.TryDistance(_entityManager, mover.LastPosition, out var distance))
|
||||
{
|
||||
mover.LastPosition = transform.Coordinates;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user