mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 02:35:21 +01:00
Fixed NPE with last commit
This commit is contained in:
parent
51eaa0d319
commit
8c866abdf0
@ -44,11 +44,11 @@ public class Settings {
|
||||
// The island command
|
||||
public final static String ISLANDCOMMAND = "island";
|
||||
// The challenge command
|
||||
public static final String CHALLENGECOMMAND = "asc";
|
||||
public static final String CHALLENGECOMMAND = "bsc";
|
||||
// The spawn command (Essentials spawn for example)
|
||||
public final static String SPAWNCOMMAND = "spawn";
|
||||
// Admin command
|
||||
public static final String ADMINCOMMAND = "asadmin";
|
||||
public static final String ADMINCOMMAND = "bsadmin";
|
||||
|
||||
/* GENERAL */
|
||||
public static boolean metrics;
|
||||
|
Loading…
Reference in New Issue
Block a user