Readying a Tool now has a sound

This commit is contained in:
nossr50
2019-01-20 00:46:33 -08:00
parent b8a146f8bd
commit 6ad9c8e664
25 changed files with 57 additions and 51 deletions

View File

@ -91,7 +91,7 @@ public class mcMMO extends JavaPlugin {
// XP Event Check
private boolean xpEventEnabled;
private boolean isRetroModeEnabled;
private static boolean isRetroModeEnabled;
/* Metadata Values */
public final static String entityMetadataKey = "mcMMO: Spawned Entity";
@ -566,7 +566,7 @@ public class mcMMO extends JavaPlugin {
* Standard mode is scaled for 1-100
* @return true if retro mode is enabled
*/
public boolean isRetroModeEnabled() {
public static boolean isRetroModeEnabled() {
return isRetroModeEnabled;
}
}