Surge Ice stays if you switch slots

This commit is contained in:
MistPhizzle 2014-08-09 11:34:14 -04:00
parent 4978e800b2
commit 72dfbb7f10

View file

@ -211,7 +211,7 @@ public class Wave {
breakBlock();
return false;
}
if (Methods.getBoundAbility(player) == null || !Methods.getBoundAbility(player).equalsIgnoreCase("Surge")) {
if (Methods.getBoundAbility(player) == null) {
progressing = false;
thaw();
breakBlock();