- Fixed throwing PolyglotException due to calling PokemonBattle#end before PokemonBattle#writeShowdownAction
- Fixed BattleFledEventHandler to continue loop instead of returning
- Fixed throwing ConcurrentModificationException when iterating over players in BattleFledEventHandler
- Fixed throwing NullPointerException when executing commands
- (Hopefully) fixed throwing Javascript TypeError (RuntimeException in Java) when players teleport away from Pokemon battle
Regarding the third issue, the exact cause is unknown but it's probably due to calling PokemonBattle#writeShowdownAction() before calling PokemonBattle#end(), causing race condition with PokemonBattle#tick() which also try to call PokemonBattle#writeShowdownAction()
Edited type conditions to be case insensitive.
Edited dependency to Cobblemon 1.7.3
Fixed BDSP and XY trainer ticket recipes
Edited dependency to Cobblemon 1.7.2
Fixed bug where Pokemon forms don't apply.
Fixed battle format forced to single battle.
Fixed bug is_rematch_allowed refusing battle regardless of battle history
- Fixed
trainerbattleotherandrentalbattleothernot taking trainer without namespaces, breaking backward compatibility - Fixed
exportpokemoncommand failing to create<world>/cobblemontrainerbattle/showdown_teamdirectory
- Edited BDSP trainer file names
- Edited BDSP Gym Leaders, Elite Fours and Champion teams
- Fixed
cobblemontrainerbattle:randomPokemon species not being random for every battle.
