From c3cc66bb3233762be4b760e998c15d043b13d7bc Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 23 Sep 2023 16:39:07 +1000 Subject: [PATCH] Fix rotator dirty spelling (#20421) --- Content.Shared/MouseRotator/SharedMouseRotatorSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } } -- 2.51.2