Changed Logger back to private (I changed it to public for some test reasons)

This commit is contained in:
DarkLiKally 2011-02-24 16:20:52 +01:00
parent 38077275bc
commit 40299eeea4

View File

@ -73,7 +73,7 @@
* @author sk89qs
*/
public class WorldGuardPlugin extends JavaPlugin {
public static final Logger logger = Logger.getLogger("Minecraft.WorldGuard");
private static final Logger logger = Logger.getLogger("Minecraft.WorldGuard");
private static Pattern groupPattern = Pattern.compile("^[gG]:(.+)$");
private static int CMD_LIST_SIZE = 9;