mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 20:36:42 +00:00
Synchronizing on accessing a lock is pointless.
This commit is contained in:
@ -95,7 +95,7 @@ public class NMSRelighter implements Relighter {
|
||||
}
|
||||
|
||||
@Override
|
||||
public synchronized ReentrantLock getLock() {
|
||||
public ReentrantLock getLock() {
|
||||
return lightingLock;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user