Ignore:
Timestamp:
Jun 21, 2024, 2:58:18 PM (5 months ago)
Author:
alloc
Message:

27_32_48

  • V1.0 compatibility
File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/AllocsCommands/Commands/ListLandProtection.cs

    r455 r488  
    77        [UsedImplicitly]
    88        public class ListLandProtection : ConsoleCmdAbstract {
    9                 protected override string getDescription () {
     9                public override string getDescription () {
    1010                        return "lists all land protection blocks and owners";
    1111                }
    1212
    13                 protected override string getHelp () {
     13                public override string getHelp () {
    1414                        return "Usage:\n" +
    1515                               "  1. listlandprotection summary\n" +
     
    2222                }
    2323
    24                 protected override string[] getCommands () {
     24                public override string[] getCommands () {
    2525                        return new[] {"listlandprotection", "llp"};
    2626                }
Note: See TracChangeset for help on using the changeset viewer.