mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
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
|
If Core.Player.NPCData = "" Then
|
||||||
Core.Player.NPCData = Data
|
Core.Player.NPCData = Data
|
||||||
Else
|
ElseIf Core.Player.NPCData.Contains(Data) = False Then
|
||||||
Core.Player.NPCData &= Environment.NewLine & Data
|
Core.Player.NPCData &= Environment.NewLine & Data
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user