Browse Source

Don't use the Logger here

draycia 5 years ago
parent
commit
25389429ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/gmail/nossr50/worldguard/WorldGuardManager.java

+ 1 - 1
src/main/java/com/gmail/nossr50/worldguard/WorldGuardManager.java

@@ -104,7 +104,7 @@ public class WorldGuardManager {
                 // to print a message to let the server admin know of the conflict
             }
         } 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
         }
     }