Shame on me. -.-

This commit is contained in:
main() 2012-05-01 18:46:47 +02:00
parent 9cc35d7b12
commit f1779c9e68
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ public class WorldManager implements MVWorldManager {
MVWorld mvworld = worldsFromTheConfig.get(worldName);
World cbworld;
try {
cbworld = WorldCreator.name(worldName).createWorld();
cbworld = creator.createWorld();
} catch (Exception e) {
e.printStackTrace();
brokenWorld(worldName);