Don't use the Logger here

This commit is contained in:
draycia 2020-04-29 01:10:55 -07:00
parent 6c5f438099
commit 25389429ae

View File

@ -104,7 +104,7 @@ public class WorldGuardManager {
// to print a message to let the server admin know of the conflict // to print a message to let the server admin know of the conflict
} }
} catch (NoClassDefFoundError e) { } catch (NoClassDefFoundError e) {
mcMMO.p.getLogger().warning("Could not register WG Flags!"); //Don't use the Logger here System.out.println("[mcMMO] Could not register WG Flags!"); //Don't use the Logger here
} }
} }