mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +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
|
If PreScreen.Identification = Identifications.OverworldScreen And JoinServerScreen.Online = True Then
|
||||||
Screen.Level.Update()
|
Screen.Level.Update()
|
||||||
End If
|
End If
|
||||||
|
If PreScreen.Identification = Screen.Identifications.BattleScreen Then
|
||||||
|
PreScreen.Update()
|
||||||
|
End If
|
||||||
|
|
||||||
If CursorDelay > 0 Then
|
If CursorDelay > 0 Then
|
||||||
CursorDelay -= 1
|
CursorDelay -= 1
|
||||||
Else
|
Else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user