Chatscreen battle softlock fix

This commit is contained in:
JappaWakka 2023-01-08 15:44:18 +01:00
parent f260ec0900
commit 554569d45d
1 changed files with 4 additions and 0 deletions

View File

@ -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