diff --git a/MCGalaxy/Commands/World/CmdResizeLvl.cs b/MCGalaxy/Commands/World/CmdResizeLvl.cs index acc50bc56..902ecabaa 100644 --- a/MCGalaxy/Commands/World/CmdResizeLvl.cs +++ b/MCGalaxy/Commands/World/CmdResizeLvl.cs @@ -77,6 +77,7 @@ namespace MCGalaxy.Commands.World { byte extBlock = lvl.GetExtTile(x, y, z); temp.SetExtTileNoCheck(x, y, z, extBlock); } + temp.spawnx = lvl.spawnx; temp.spawny = lvl.spawny; temp.spawnz = lvl.spawnz; lock (lvl.saveLock) { lvl.Backup(true);