Fix OffsetMap NPCs not updating

This commit is contained in:
JappaWakka 2023-10-02 20:26:24 +02:00
parent f55f910f3b
commit eff7029411
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@
Me.Rotation.Y = GetRotationFromInteger(ChangeRotation).Y
End If
End If
Me.Update()
MyBase.UpdateEntity()
End Sub