bane handling system

This commit is contained in:
2025-03-26 18:43:14 -05:00
parent 3375217b36
commit 719e21fc40
+1 -2
View File
@@ -36,9 +36,8 @@ public class BaneThread implements Runnable {
public void run() {
while (true) {
//this.processBanesWindow();
BaneManager.pulse_banes();
try {
BaneManager.pulse_banes();
Thread.sleep(100); // Pause for 100ms to reduce CPU usage
} catch (InterruptedException e) {
Logger.error("Thread interrupted", e);