If the exact NPC register exists, no add to save
This commit is contained in:
parent
5f54709231
commit
9fe5f00e2a
|
@ -183,7 +183,7 @@
|
|||
|
||||
If Core.Player.NPCData = "" Then
|
||||
Core.Player.NPCData = Data
|
||||
Else
|
||||
ElseIf Core.Player.NPCData.Contains(Data) = False Then
|
||||
Core.Player.NPCData &= Environment.NewLine & Data
|
||||
End If
|
||||
End Sub
|
||||
|
|
Loading…
Reference in New Issue