mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-17 03:10:39 -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;
|
||||
string undoTime = grp.MaxUndo.Shorten(true, false);
|
||||
|
||||
p.Message("{0} %S- Draw: {1}, Undo: {2}, Perm: {3}",
|
||||
grp.ColoredName, grp.DrawLimit, undoTime, (int)grp.Permission);
|
||||
p.Message("{0} %S- Draw: {1}, Undo: {2}, Perm: {3}, max OS maps: {4}",
|
||||
grp.ColoredName, grp.DrawLimit, undoTime, (int)grp.Permission, grp.OverseerMaps);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
devs:Hetal+
|
||||
mods:Good+
|
||||
mods:Goodly+
|
||||
devs:venom983+
|
||||
devs:UclCommander+
|
Loading…
x
Reference in New Issue
Block a user