mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 18:24:43 +02:00
Fix some WG logic + Archaeology stat display
This commit is contained in:
@ -43,9 +43,9 @@ public class WorldGuardUtils {
|
||||
if(detectedIncompatibleWG)
|
||||
return false;
|
||||
|
||||
WorldGuardPlugin plugin = getWorldGuard();
|
||||
WorldGuardPlugin worldGuardPlugin = getWorldGuard();
|
||||
|
||||
return plugin == null;
|
||||
return isLoaded;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user