mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-22 21:35:07 +02:00
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…
x
Reference in New Issue
Block a user