mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +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();
|
||||
return false;
|
||||
}
|
||||
if (Methods.getBoundAbility(player) == null || !Methods.getBoundAbility(player).equalsIgnoreCase("Surge")) {
|
||||
if (Methods.getBoundAbility(player) == null) {
|
||||
progressing = false;
|
||||
thaw();
|
||||
breakBlock();
|
||||
|
|
Loading…
Reference in a new issue