Added a line break to catch message

This commit is contained in:
JappaWakka 2023-01-13 14:15:43 +01:00
parent f2e093072e
commit 9970d892de
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ nextIndex:
Lighting.UpdateLighting(Screen.Effect)
If textboxStart = False Then
textboxStart = True
TextBox.Show(Core.Player.Name & " used a " & Ball.Name & "!", {}, False, False)
TextBox.Show(Core.Player.Name & " used a~" & Ball.Name & "!", {}, False, False)
End If
TextBox.Update()