mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Fix abilities cancelling on block placement
This commit is contained in:
parent
486df1b504
commit
06049a2096
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