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()
|
||||
End If
|
||||
Case "expall"
|
||||
If Core.Player.Inventory.GetItemAmount(658.ToString) > 0 Then
|
||||
EnableExpAll = CBool(Value)
|
||||
End If
|
||||
EnableExpAll = CBool(Value)
|
||||
End Select
|
||||
Else
|
||||
Logger.Log(Logger.LogTypes.Warning, "Player.vb: The line """ & Line & """ is either empty or does not conform the player.dat file rules.")
|
||||
|
|
Loading…
Reference in New Issue