Quick cleanup
This commit is contained in:
@@ -30,7 +30,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
||||
|
||||
public class VaultOperations {
|
||||
|
||||
private static AtomicBoolean LOCKED = new AtomicBoolean(false);
|
||||
private static final AtomicBoolean LOCKED = new AtomicBoolean(false);
|
||||
|
||||
/**
|
||||
* Gets whether or not player vaults are locked
|
||||
|
||||
Reference in New Issue
Block a user