mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-18 09:43:00 +01:00
Remove Static Abuse - Command Tasks
This commit is contained in:
@@ -16,7 +16,7 @@ import java.io.*;
|
||||
import java.util.*;
|
||||
|
||||
public final class FlatFileDatabaseManager implements DatabaseManager {
|
||||
private mcMMO pluginRef;
|
||||
private final mcMMO pluginRef;
|
||||
private final Object fileWritingLock = new Object();
|
||||
private int USERNAME = 0;
|
||||
private int SKILLS_MINING = 1;
|
||||
|
||||
Reference in New Issue
Block a user