This commit is contained in:
Jeremy Wood 2012-11-14 09:08:04 -05:00
parent 7d1c47c2fc
commit cfa5a04e3a
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ public class MVWorld implements MultiverseWorld {
if (this.props.spawnLocation instanceof NullLocation) {
this.props.spawnLocation = new SpawnLocation(worldSpawnLocation);
} else {
this.props.spawnLocation.setWorld(world);
if (plugin.getBlockSafety().playerCanSpawnHereSafely(this.props.spawnLocation)) {
this.props.spawnLocation = new SpawnLocation(worldSpawnLocation);
}