mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
Surge Ice stays if you switch slots
This commit is contained in:
parent
4978e800b2
commit
72dfbb7f10
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ public class Wave {
|
||||||
breakBlock();
|
breakBlock();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (Methods.getBoundAbility(player) == null || !Methods.getBoundAbility(player).equalsIgnoreCase("Surge")) {
|
if (Methods.getBoundAbility(player) == null) {
|
||||||
progressing = false;
|
progressing = false;
|
||||||
thaw();
|
thaw();
|
||||||
breakBlock();
|
breakBlock();
|
||||||
|
|
Loading…
Reference in a new issue