From eff7029411c84eb7d0acffe08cdbc42a629d041b Mon Sep 17 00:00:00 2001 From: JappaWakka Date: Mon, 2 Oct 2023 20:26:24 +0200 Subject: [PATCH] Fix OffsetMap NPCs not updating --- P3D/Entites/Other/NPC.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P3D/Entites/Other/NPC.vb b/P3D/Entites/Other/NPC.vb index 3ff710e1a..2ee58aebc 100644 --- a/P3D/Entites/Other/NPC.vb +++ b/P3D/Entites/Other/NPC.vb @@ -505,7 +505,7 @@ Me.Rotation.Y = GetRotationFromInteger(ChangeRotation).Y End If End If - + Me.Update() MyBase.UpdateEntity() End Sub