Ignore:
Timestamp:
Mar 28, 2023, 5:11:02 PM (20 months ago)
Author:
alloc
Message:

A21 preparations.
NOT COMPATIBLE WITH A20 ANYMORE!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Commands/WebPermissionsCmd.cs

    r372 r420  
    44namespace AllocsFixes.CustomCommands {
    55        public class WebPermissionsCmd : ConsoleCmdAbstract {
    6                 public override string[] GetCommands () {
    7                         return new[] {"webpermission"};
     6                protected override string[] getCommands () {
     7                        return new[] {"webpermission_legacy"};
    88                }
    99
    10                 public override string GetDescription () {
     10                protected override string getDescription () {
    1111                        return "Manage web permission levels";
    1212                }
    1313
    14                 public override string GetHelp () {
     14                protected override string getHelp () {
    1515                        return "Set/get permission levels required to access a given web functionality. Default\n" +
    1616                               "level required for functions that are not explicitly specified is 0.\n" +
    1717                               "Usage:\n" +
    18                                "   webpermission add <webfunction> <level>\n" +
    19                                "   webpermission remove <webfunction>\n" +
    20                                "   webpermission list";
     18                               "   webpermission_legacy add <webfunction> <level>\n" +
     19                               "   webpermission_legacy remove <webfunction>\n" +
     20                               "   webpermission_legacy list";
    2121                }
    2222
Note: See TracChangeset for help on using the changeset viewer.