mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-03 04:55:28 +02:00
Protect our database.
This commit is contained in:
@@ -92,7 +92,7 @@ public class mcMMO extends JavaPlugin {
|
||||
private HashMap<Integer, String> tntTracker = new HashMap<Integer, String>();
|
||||
|
||||
public static File versionFile;
|
||||
public static Database database;
|
||||
private static Database database;
|
||||
public static mcMMO p;
|
||||
|
||||
public static ChunkletManager placeStore;
|
||||
@@ -500,5 +500,9 @@ public class mcMMO extends JavaPlugin {
|
||||
public static String getModDirectory() {
|
||||
return modDirectory;
|
||||
}
|
||||
|
||||
public static Database getPlayerDatabase() {
|
||||
return database;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user