Explorar o código

Don't use the Logger here

draycia %!s(int64=5) %!d(string=hai) anos
pai
achega
25389429ae

+ 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
         }
     }