remove error logging spam

This commit is contained in:
2025-01-30 18:16:35 -06:00
parent 402d69312c
commit 284fc7e37e
+1 -1
View File
@@ -5048,7 +5048,7 @@ public class PlayerCharacter extends AbstractCharacter {
return; // Or throw an exception if needed
}
}catch(Exception e){
Logger.error(e);
//Logger.error(e);
}
if (this.updateLock.writeLock().tryLock()) {
try {