mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
Fixed empty line before message with rare candy
This commit is contained in:
parent
42e625b5f4
commit
ec5f551bd2
@ -69,7 +69,7 @@ Namespace Items.Medicine
|
||||
If removedItem = False Then
|
||||
Dim t As String = Me.RemoveItem()
|
||||
If t <> "" Then
|
||||
s &= "@text.show(" & t & ")" & Environment.NewLine
|
||||
s &= "@text.show(" & t.Remove(0, 1) & ")" & Environment.NewLine
|
||||
End If
|
||||
End If
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user