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)
|
Lighting.UpdateLighting(Screen.Effect)
|
||||||
If textboxStart = False Then
|
If textboxStart = False Then
|
||||||
textboxStart = True
|
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
|
End If
|
||||||
TextBox.Update()
|
TextBox.Update()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue