Rename admin mode to override. Improve Rel names system.
This commit is contained in:
@@ -81,8 +81,8 @@ public class EngineWorldGuard extends EngineAbstract
|
||||
|
||||
if ( ! MConf.get().worldguardCheckWorldsEnabled.contains(mplayer.getPlayer())) return;
|
||||
|
||||
// For admins don't bother checking
|
||||
if (mplayer.isUsingAdminMode()) return;
|
||||
// For overriders don't bother checking
|
||||
if (mplayer.isOverriding()) return;
|
||||
|
||||
for (PS chunkChecking : event.getChunks())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user