mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +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
|
||||
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…
x
Reference in New Issue
Block a user