Fix a player's mob continuing to move after disconnecting (#1265)
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Content.Client.GameObjects.EntitySystems
|
||||
|
||||
protected override void SetController(PhysicsComponent physics)
|
||||
{
|
||||
((PhysicsComponent)physics).SetController<MoverController>();
|
||||
physics.SetController<MoverController>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user