StrengthRocks can be like wallbills with ModelID 3

This commit is contained in:
JappaWakka 2023-06-02 18:36:36 +02:00
parent 3cc76934e9
commit 90810667c9
1 changed files with 7 additions and 0 deletions

View File

@ -123,6 +123,13 @@
End Function
Public Overrides Sub UpdateEntity()
If Me.BaseModel Is BaseModel.getModelbyID(3) Then
If Me.Rotation.Y <> Screen.Camera.Yaw Then
Me.Rotation.Y = Screen.Camera.Yaw
CreatedWorld = False
End If
End If
MyBase.UpdateEntity()
End Sub