Fix a player's mob continuing to move after disconnecting (#1265)
This commit is contained in:
@@ -54,7 +54,6 @@ namespace Content.Shared.GameObjects.EntitySystems
|
||||
base.Shutdown();
|
||||
}
|
||||
|
||||
|
||||
protected void UpdateKinematics(ITransformComponent transform, IMoverComponent mover, PhysicsComponent physics,
|
||||
CollidableComponent? collider = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user