mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +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()
|
Dim t As String = Me.RemoveItem()
|
||||||
If t <> "" Then
|
If t <> "" Then
|
||||||
|
If t.StartsWith("*") Then
|
||||||
|
t.Remove(0, 1)
|
||||||
|
End If
|
||||||
s &= "@text.show(" & t & ")" & Environment.NewLine
|
s &= "@text.show(" & t & ")" & Environment.NewLine
|
||||||
End If
|
End If
|
||||||
removedItem = True
|
removedItem = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user