mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 03:30:10 +00:00
Merge pull request #212 from kingbirdy/fix/watermanip
Fix WaterManipulation stalling on slot change
This commit is contained in:
commit
96eb4e0e8e
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ public class WaterManipulation {
|
|||
time = System.currentTimeMillis();
|
||||
|
||||
if (GeneralMethods.getBoundAbility(player) == null) {
|
||||
unfocusBlock();
|
||||
breakBlock();
|
||||
return false;
|
||||
}
|
||||
if (!progressing && !falling && !GeneralMethods.getBoundAbility(player).equalsIgnoreCase("WaterManipulation")) {
|
||||
|
|
Loading…
Reference in a new issue