Formatted Homes on Leave boolean to false
This commit is contained in:
parent
38247b17c2
commit
e9c886f997
@ -83,7 +83,7 @@ public class Conf {
|
||||
public static String modChatFormat = ChatColor.RED + "%s:" + ChatColor.WHITE + " %s";
|
||||
public static int stealthFlyCheckRadius = 32;
|
||||
public static int factionBufferSize = 20;
|
||||
public static boolean removeHomesOnLeave = true;
|
||||
public static boolean removeHomesOnLeave = false;
|
||||
public static boolean useCheckSystem = true;
|
||||
public static boolean gracePeriod = false;
|
||||
public static boolean noEnderpearlsInFly = false;
|
||||
|
Loading…
Reference in New Issue
Block a user