Formatted Homes on Leave boolean to false

This commit is contained in:
Driftay 2019-08-27 06:10:17 -04:00
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;