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/RemoveLandProtection.cs

    r455 r488  
    77        [UsedImplicitly]
    88        public class RemoveLandProtection : ConsoleCmdAbstract {
    9                 protected override string getDescription () {
     9                public override string getDescription () {
    1010                        return "removes the association of a land protection block to the owner";
    1111                }
    1212
    13                 protected override string getHelp () {
     13                public override string getHelp () {
    1414                        return "Usage:" +
    1515                               "  1. removelandprotection <userid>\n" +
     
    2121                }
    2222
    23                 protected override string[] getCommands () {
     23                public override string[] getCommands () {
    2424                        return new[] {"removelandprotection", "rlp"};
    2525                }
Note: See TracChangeset for help on using the changeset viewer.