Fix rotator dirty spelling (#20421)

This commit is contained in:
metalgearsloth
2023-09-23 16:39:07 +10:00
committed by GitHub
parent b8b4e918e2
commit c3cc66bb32

View File

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