diff --git a/Content.Server/Movement/Systems/PullController.cs b/Content.Server/Movement/Systems/PullController.cs index 40345a5867..f2bbdc247b 100644 --- a/Content.Server/Movement/Systems/PullController.cs +++ b/Content.Server/Movement/Systems/PullController.cs @@ -85,7 +85,7 @@ public sealed class PullController : VirtualController { CommandBinds.Builder .Bind(ContentKeyFunctions.MovePulledObject, new PointerInputCmdHandler(OnRequestMovePulledObject)) - .Register(); + .Register(); _physicsQuery = GetEntityQuery(); _pullableQuery = GetEntityQuery();