- Remove 2nd instance of reloadVariables()
This commit is contained in:
Simplicitee 2015-11-06 13:19:56 -05:00
parent 80ef1ba645
commit 075d2b1c2e

View file

@ -97,7 +97,7 @@ public class AirBlast extends CoreAbility {
return;
}
/* End Initial Checks */
reloadVariables();
//reloadVariables();
this.player = player;
if (origins.containsKey(player)) {
otherorigin = true;