Wrong default value...

This commit is contained in:
main() 2012-05-01 19:10:51 +02:00
parent 9a3fde2f13
commit 96294c092c
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ public class MVWorld extends SerializationConfig implements MultiverseWorld {
this.bedRespawn = true;
this.worldBlacklist = new ArrayList<String>();
this.generator = null;
this.keepSpawnLoaded = false;
this.keepSpawnLoaded = true;
}
/**