diff --git a/Content.Shared/MouseRotator/SharedMouseRotatorSystem.cs b/Content.Shared/MouseRotator/SharedMouseRotatorSystem.cs index 6c2b1ea16a..4ff309682a 100644 --- a/Content.Shared/MouseRotator/SharedMouseRotatorSystem.cs +++ b/Content.Shared/MouseRotator/SharedMouseRotatorSystem.cs @@ -41,7 +41,7 @@ public abstract class SharedMouseRotatorSystem : EntitySystem { // Stop rotating if we finished rotator.GoalRotation = null; - Dirty(uid, rotater); + Dirty(uid, rotator); } } }