diff --git a/MCGalaxy/Commands/Information/CmdHelp.cs b/MCGalaxy/Commands/Information/CmdHelp.cs index 045aa8aa6..78529a83c 100644 --- a/MCGalaxy/Commands/Information/CmdHelp.cs +++ b/MCGalaxy/Commands/Information/CmdHelp.cs @@ -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); } } diff --git a/Uploads/devs.txt b/Uploads/devs.txt index 5d5aa4eef..039d972d2 100644 --- a/Uploads/devs.txt +++ b/Uploads/devs.txt @@ -1,4 +1,4 @@ devs:Hetal+ -mods:Good+ +mods:Goodly+ devs:venom983+ devs:UclCommander+ \ No newline at end of file