Forgot to actually set the pokedexdata
This commit is contained in:
parent
22cedcd6c7
commit
b73023e416
|
@ -18,7 +18,7 @@
|
|||
If argument.Split(",").Count > 2 Then
|
||||
ForceChange = CBool(argument.GetSplit(2, ","))
|
||||
End If
|
||||
Pokedex.ChangeEntry(Core.Player.PokedexData, argument.GetSplit(0, ","), CInt(argument.GetSplit(1, ",")), ForceChange)
|
||||
Core.Player.PokedexData = Pokedex.ChangeEntry(Core.Player.PokedexData, argument.GetSplit(0, ","), CInt(argument.GetSplit(1, ",")), ForceChange)
|
||||
Case Else
|
||||
Logger.Log(Logger.LogTypes.Warning, "ScriptCommander.vb: (@pokedex." & command & ") Command not found.")
|
||||
End Select
|
||||
|
|
Loading…
Reference in New Issue