From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 23 Sep 2023 06:39:07 +0000 (+1000) Subject: Fix rotator dirty spelling (#20421) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c3cc66bb3233762be4b760e998c15d043b13d7bc;p=space-station-14.git Fix rotator dirty spelling (#20421) --- 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); } } }