mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Chiblocking now stops passives.
This commit is contained in:
parent
306341c350
commit
f8d895e25d
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ public class Methods {
|
|||
if (!bPlayer.isToggled) return false;
|
||||
if (!bPlayer.hasElement(element)) return false;
|
||||
if (isRegionProtectedFromBuild(p, null, p.getLocation())) return false;
|
||||
if (bPlayer.blockedChi) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue