mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-25 06:04:46 -04:00
Core: Auto zone yourself when doing /os map add so you don't need to zone yourself later.
This commit is contained in:
parent
a97a428c81
commit
d043a3d8ed
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user