1
0
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:
nossr50
2019-07-03 00:40:28 -07:00
parent 40a3de76fb
commit 4da455b9d2
76 changed files with 124 additions and 98 deletions

View File

@@ -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;