Fix rotator dirty spelling (#20421)
This commit is contained in:
@@ -41,7 +41,7 @@ public abstract class SharedMouseRotatorSystem : EntitySystem
|
|||||||
{
|
{
|
||||||
// Stop rotating if we finished
|
// Stop rotating if we finished
|
||||||
rotator.GoalRotation = null;
|
rotator.GoalRotation = null;
|
||||||
Dirty(uid, rotater);
|
Dirty(uid, rotator);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user