attempted invis character sync fix

This commit is contained in:
2025-03-15 13:20:57 -05:00
parent 49ce99fd58
commit dd2707f6fb
4 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ public class UpdateThread implements Runnable {
while (true) {
try {
this.processPlayerUpdate();
Thread.sleep(100); // Pause for 100ms to reduce CPU usage
Thread.sleep(1000); // Pause for 1000ms to reduce CPU usage
} catch (InterruptedException e) {
Logger.error("Thread interrupted", e);
}