Merge pull request #212 from kingbirdy/fix/watermanip

Fix WaterManipulation stalling on slot change
This commit is contained in:
MistPhizzle 2015-08-20 18:47:06 -04:00
commit 96eb4e0e8e

View file

@ -228,7 +228,7 @@ public class WaterManipulation {
time = System.currentTimeMillis(); time = System.currentTimeMillis();
if (GeneralMethods.getBoundAbility(player) == null) { if (GeneralMethods.getBoundAbility(player) == null) {
unfocusBlock(); breakBlock();
return false; return false;
} }
if (!progressing && !falling && !GeneralMethods.getBoundAbility(player).equalsIgnoreCase("WaterManipulation")) { if (!progressing && !falling && !GeneralMethods.getBoundAbility(player).equalsIgnoreCase("WaterManipulation")) {