Core: Auto zone yourself when doing /os map add so you don't need to zone yourself later.

This commit is contained in:
UnknownShadow200 2016-10-25 14:43:28 +11:00
parent a97a428c81
commit d043a3d8ed

View File

@ -187,6 +187,7 @@ namespace MCGalaxy.Commands {
lvl.RealmOwner = p.name;
Command.all.Find("perbuild").Use(null, lvl.name + " +" + p.name);
CmdZone.ZoneAll(lvl, p.name);
LevelPermission osPerm = Server.osPerbuildDefault;
if (osPerm == LevelPermission.Nobody)