mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Efficiency: Fixed a problem with ChiBendingManager that was causing lag
This commit is contained in:
parent
92db7e86f1
commit
aaa4e59505
1 changed files with 3 additions and 3 deletions
|
@ -15,11 +15,11 @@ public class ChiblockingManager implements Runnable {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
|
ChiPassive.handlePassive();
|
||||||
|
WarriorStance.progressAll();
|
||||||
|
AcrobatStance.progressAll();
|
||||||
for(Player player : Bukkit.getOnlinePlayers()) {
|
for(Player player : Bukkit.getOnlinePlayers()) {
|
||||||
ChiPassive.handlePassive();
|
|
||||||
Smokescreen.removeFromHashMap(player);
|
Smokescreen.removeFromHashMap(player);
|
||||||
WarriorStance.progressAll();
|
|
||||||
AcrobatStance.progressAll();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue