Merge branch 'master' of github.com:Hetal728/MCGalaxy

This commit is contained in:
UnknownShadow200 2019-07-27 21:32:33 +10:00
commit e54c404c6d
2 changed files with 3 additions and 3 deletions

View File

@ -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);
} }
} }

View File

@ -1,4 +1,4 @@
devs:Hetal+ devs:Hetal+
mods:Good+ mods:Goodly+
devs:venom983+ devs:venom983+
devs:UclCommander+ devs:UclCommander+