mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Don't use the Logger here
This commit is contained in:
parent
6c5f438099
commit
25389429ae
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user