Added a line break to catch message
This commit is contained in:
parent
f2e093072e
commit
9970d892de
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue