mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Chatscreen battle softlock fix
This commit is contained in:
parent
f260ec0900
commit
554569d45d
@ -62,6 +62,10 @@ Public Class ChatScreen
|
||||
If PreScreen.Identification = Identifications.OverworldScreen And JoinServerScreen.Online = True Then
|
||||
Screen.Level.Update()
|
||||
End If
|
||||
If PreScreen.Identification = Screen.Identifications.BattleScreen Then
|
||||
PreScreen.Update()
|
||||
End If
|
||||
|
||||
If CursorDelay > 0 Then
|
||||
CursorDelay -= 1
|
||||
Else
|
||||
|
Loading…
x
Reference in New Issue
Block a user