mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-09-13 08:25:34 +02:00
I honestly forgot this was in here. Fixes #2863
This commit is contained in:
@@ -90,9 +90,6 @@ public class mcMMO extends JavaPlugin {
|
||||
// Jar Stuff
|
||||
public static File mcmmo;
|
||||
|
||||
// Update Check
|
||||
private boolean updateAvailable;
|
||||
|
||||
/* Plugin Checks */
|
||||
private static boolean healthBarPluginEnabled;
|
||||
|
||||
@@ -264,14 +261,6 @@ public class mcMMO extends JavaPlugin {
|
||||
return modDirectory;
|
||||
}
|
||||
|
||||
public boolean isUpdateAvailable() {
|
||||
return updateAvailable;
|
||||
}
|
||||
|
||||
public void setUpdateAvailable(boolean available) {
|
||||
this.updateAvailable = available;
|
||||
}
|
||||
|
||||
public boolean isXPEventEnabled() {
|
||||
return xpEventEnabled;
|
||||
}
|
||||
|
Reference in New Issue
Block a user