]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix rotator dirty spelling (#20421)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sat, 23 Sep 2023 06:39:07 +0000 (16:39 +1000)
committerGitHub <noreply@github.com>
Sat, 23 Sep 2023 06:39:07 +0000 (16:39 +1000)
Content.Shared/MouseRotator/SharedMouseRotatorSystem.cs

index 6c2b1ea16a1578bd5051e88b3ff71e4ecf8b6119..4ff309682a4af34164fba60f2822a4f8f872038e 100644 (file)
@@ -41,7 +41,7 @@ public abstract class SharedMouseRotatorSystem : EntitySystem
             {
                 // Stop rotating if we finished
                 rotator.GoalRotation = null;
-                Dirty(uid, rotater);
+                Dirty(uid, rotator);
             }
         }
     }