1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 18:33:00 +01:00

Fix some WG logic + Archaeology stat display

This commit is contained in:
nossr50
2019-06-24 21:25:51 -07:00
parent d347fa9512
commit 2dda0bf27a
3 changed files with 5 additions and 3 deletions

View File

@@ -43,9 +43,9 @@ public class WorldGuardUtils {
if(detectedIncompatibleWG)
return false;
WorldGuardPlugin plugin = getWorldGuard();
WorldGuardPlugin worldGuardPlugin = getWorldGuard();
return plugin == null;
return isLoaded;
}
/**