The message now CLEARLY states that it's not Multiverse's fault.

This commit is contained in:
main() 2012-12-22 15:26:20 +01:00
parent 4043d5abcb
commit fa9191dd8f
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ public class WorldManager implements MVWorldManager {
creator.generator(world.getGenerator());
} catch (Throwable t) {
Logging.warning("Failed to set the generator for world '%s' to '%s': %s", name, world.getGenerator(), t);
Logging.warning("World '%s' was NOT loaded!", name);
Logging.warning("This is a bug in the generator plugin, NOT a bug in Multiverse!", name);
return false;
}
}