mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-09 16:17:37 +02:00
Fix recursive error detection when partial mirroring the main world
This commit is contained in:
@@ -204,10 +204,10 @@ public class WorldsHolder {
|
||||
mirroredWorlds.add((String)key);
|
||||
|
||||
} else
|
||||
GroupManager.logger.log(Level.WARNING, "Mirroring error with " + (String)key + ". Recursive loop detected!");
|
||||
throw new IllegalStateException("Unknown mirroring format for " + (String)key);
|
||||
|
||||
} else {
|
||||
throw new IllegalStateException("Unknown mirroring format for " + (String)key);
|
||||
GroupManager.logger.log(Level.WARNING, "Mirroring error with " + (String)key + ". Recursive loop detected!");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user