remove error logging spam
This commit is contained in:
@@ -5048,7 +5048,7 @@ public class PlayerCharacter extends AbstractCharacter {
|
|||||||
return; // Or throw an exception if needed
|
return; // Or throw an exception if needed
|
||||||
}
|
}
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
Logger.error(e);
|
//Logger.error(e);
|
||||||
}
|
}
|
||||||
if (this.updateLock.writeLock().tryLock()) {
|
if (this.updateLock.writeLock().tryLock()) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user