Fix for scriptblock rotation bug

This commit is contained in:
JappaWakka 2022-04-23 18:50:10 +02:00
parent 8de43d7b1d
commit c7a9e7c4df
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ Public Class OverworldCamera
isActionscriptReady = OS.ActionScript.IsReady
End If
If isActionscriptReady = True And Screen.Level.CanMove() = True Then
If isActionscriptReady = True AndAlso ScriptBlock.TriggeredScriptBlock = False And Screen.Level.CanMove() = True Then
If _thirdPerson = False And _cameraFocusType = CameraFocusTypes.Player Then
FirstPersonMovement()
Else