mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 23:34:58 +02:00
Fix rare candy blank textbox bug
This commit is contained in:
parent
a15414bf24
commit
32bd5ed36e
@ -48,6 +48,9 @@ Namespace Items.Medicine
|
||||
|
||||
Dim t As String = Me.RemoveItem()
|
||||
If t <> "" Then
|
||||
If t.StartsWith("*") Then
|
||||
t.Remove(0, 1)
|
||||
End If
|
||||
s &= "@text.show(" & t & ")" & Environment.NewLine
|
||||
End If
|
||||
removedItem = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user