minor cleanup and tweaks to WorldGuard code

added/updated libs
This commit is contained in:
Brettflan
2011-09-08 06:24:55 -05:00
parent f9cb5014dc
commit 120039b07f
7 changed files with 57 additions and 51 deletions

View File

@@ -63,7 +63,7 @@ public class Conf {
public static double autoLeaveAfterDaysOfInactivity = 14.0;
public static boolean worldGuardChecking = true;
public static boolean worldGuardChecking = false;
public static boolean homesEnabled = true;
public static boolean homesMustBeInClaimedTerritory = true;