If the exact NPC register exists, no add to save

This commit is contained in:
JappaWakka 2024-03-28 17:58:30 +01:00
parent 5f54709231
commit 9fe5f00e2a
1 changed files with 1 additions and 1 deletions

View File

@ -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