Fixed crash related to Mega Evolutions

This commit is contained in:
CaptainSegis 2016-10-24 20:17:57 -05:00
parent a81c8da491
commit f7e93447d7
1 changed files with 1 additions and 0 deletions

View File

@ -850,6 +850,7 @@
BattleScreen.BattleQuery.Insert(0, New ToggleMenuQueryObject(True))
If BattleScreen.IsMegaEvolvingOwn Then
BattleScreen.SendClientCommand("MEGA|" & BattleScreen.OwnPokemon.Attacks(_moveMenuIndex).ID.ToString())
BattleScreen.IsMegaEvolvingOwn = False
Else
BattleScreen.SendClientCommand("MOVE|" & BattleScreen.OwnPokemon.Attacks(_moveMenuIndex).ID.ToString())
End If