Fix rotator dirty spelling (#20421)
This commit is contained in:
parent
b8b4e918e2
commit
c3cc66bb32
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ public abstract class SharedMouseRotatorSystem : EntitySystem
|
|||
{
|
||||
// Stop rotating if we finished
|
||||
rotator.GoalRotation = null;
|
||||
Dirty(uid, rotater);
|
||||
Dirty(uid, rotator);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue