Display the spawn location when changing it. Closes #295.

I'm closing this issue and "moving" the rest of it, the ability to
import/create a world without using the checker to Issue #300
This commit is contained in:
Eric Stokes 2011-12-10 00:53:02 -07:00
parent e5d468f03f
commit d8cb6497f0
1 changed files with 1 additions and 0 deletions

View File

@ -661,6 +661,7 @@ public class MVWorld implements MultiverseWorld {
}
// If it's not, find a better one.
this.plugin.log(Level.WARNING, "Spawn location from world.dat file was unsafe. Adjusting...");
this.plugin.log(Level.WARNING, "Original Location: " + LocationManipulation.strCoordsRaw(spawnLocation));
Location newSpawn = teleporter.getSafeLocation(spawnLocation, 16, 16);
// I think we could also do this, as I think this is what Notch does.
// Not sure how it will work in the nether...