mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 07:15:48 +02:00
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
|
If argument.Split(",").Count > 2 Then
|
||||||
ForceChange = CBool(argument.GetSplit(2, ","))
|
ForceChange = CBool(argument.GetSplit(2, ","))
|
||||||
End If
|
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
|
Case Else
|
||||||
Logger.Log(Logger.LogTypes.Warning, "ScriptCommander.vb: (@pokedex." & command & ") Command not found.")
|
Logger.Log(Logger.LogTypes.Warning, "ScriptCommander.vb: (@pokedex." & command & ") Command not found.")
|
||||||
End Select
|
End Select
|
||||||
|
Loading…
x
Reference in New Issue
Block a user