mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 03:30:10 +00:00
Merge pull request #210 from kingbirdy/fix/build-cancels-bending
Fix abilities cancelling on block placement
This commit is contained in:
commit
5963081160
1 changed files with 0 additions and 1 deletions
|
@ -336,7 +336,6 @@ public class PKListener implements Listener {
|
|||
if (event.isCancelled())
|
||||
return;
|
||||
Player player = event.getPlayer();
|
||||
GeneralMethods.cooldowns.put(player.getName(), System.currentTimeMillis());
|
||||
if (Paralyze.isParalyzed(player) || ChiComboManager.isParalyzed(player) || Bloodbending.isBloodbended(player) || Suffocate.isBreathbent(player)) {
|
||||
event.setCancelled(true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue