mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
StrengthRocks can be like wallbills with ModelID 3
This commit is contained in:
parent
3cc76934e9
commit
90810667c9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user