mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-17 11:18:55 -04:00
Merge branch 'master' of github.com:Hetal728/MCGalaxy
This commit is contained in:
commit
e54c404c6d
@ -63,8 +63,8 @@ namespace MCGalaxy.Commands.Info {
|
|||||||
if (grp.Permission >= LevelPermission.Nobody) continue;
|
if (grp.Permission >= LevelPermission.Nobody) continue;
|
||||||
string undoTime = grp.MaxUndo.Shorten(true, false);
|
string undoTime = grp.MaxUndo.Shorten(true, false);
|
||||||
|
|
||||||
p.Message("{0} %S- Draw: {1}, Undo: {2}, Perm: {3}",
|
p.Message("{0} %S- Draw: {1}, Undo: {2}, Perm: {3}, max OS maps: {4}",
|
||||||
grp.ColoredName, grp.DrawLimit, undoTime, (int)grp.Permission);
|
grp.ColoredName, grp.DrawLimit, undoTime, (int)grp.Permission, grp.OverseerMaps);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
devs:Hetal+
|
devs:Hetal+
|
||||||
mods:Good+
|
mods:Goodly+
|
||||||
devs:venom983+
|
devs:venom983+
|
||||||
devs:UclCommander+
|
devs:UclCommander+
|
Loading…
x
Reference in New Issue
Block a user