mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-11 17:15:07 +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);
|
mirroredWorlds.add((String)key);
|
||||||
|
|
||||||
} else
|
} else
|
||||||
GroupManager.logger.log(Level.WARNING, "Mirroring error with " + (String)key + ". Recursive loop detected!");
|
throw new IllegalStateException("Unknown mirroring format for " + (String)key);
|
||||||
|
|
||||||
} else {
|
} 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