Merge pull request #274 from Simplicitee/patch-13

Fix
This commit is contained in:
OmniCypher 2015-11-06 19:18:45 -08:00
commit 2b677fe8a5

View file

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