mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-04 18:09:32 +01:00
Changed Logger back to private (I changed it to public for some test reasons)
This commit is contained in:
parent
38077275bc
commit
40299eeea4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user