Fixed empty line before message with rare candy

This commit is contained in:
JappaWakka 2023-02-23 21:17:51 +01:00
parent 42e625b5f4
commit ec5f551bd2
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Namespace Items.Medicine
If removedItem = False Then If removedItem = False Then
Dim t As String = Me.RemoveItem() Dim t As String = Me.RemoveItem()
If t <> "" Then If t <> "" Then
s &= "@text.show(" & t & ")" & Environment.NewLine s &= "@text.show(" & t.Remove(0, 1) & ")" & Environment.NewLine
End If End If
End If End If