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…
Reference in New Issue