mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Don't spam incompatible WG error
This commit is contained in:
@ -96,6 +96,9 @@ public class WorldGuardUtils {
|
||||
private static boolean isCompatibleVersion(Plugin plugin) {
|
||||
//Check that the version of WG is at least version 7.xx
|
||||
boolean allClassesFound = true;
|
||||
if (detectedIncompatibleWG) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!plugin.getDescription().getVersion().startsWith("7")) {
|
||||
markWGIncompatible();
|
||||
|
Reference in New Issue
Block a user