mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 09:15:05 +02:00
Fix Exp. All state not loaded when load game
This commit is contained in:
parent
f4f8a63d93
commit
f79ccb2a20
@ -821,9 +821,7 @@
|
|||||||
EarnedAchievements = Value.ToLower.Split(CChar(",")).ToList()
|
EarnedAchievements = Value.ToLower.Split(CChar(",")).ToList()
|
||||||
End If
|
End If
|
||||||
Case "expall"
|
Case "expall"
|
||||||
If Core.Player.Inventory.GetItemAmount(658.ToString) > 0 Then
|
EnableExpAll = CBool(Value)
|
||||||
EnableExpAll = CBool(Value)
|
|
||||||
End If
|
|
||||||
End Select
|
End Select
|
||||||
Else
|
Else
|
||||||
Logger.Log(Logger.LogTypes.Warning, "Player.vb: The line """ & Line & """ is either empty or does not conform the player.dat file rules.")
|
Logger.Log(Logger.LogTypes.Warning, "Player.vb: The line """ & Line & """ is either empty or does not conform the player.dat file rules.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user