Ignore:
Timestamp:
Feb 22, 2023, 5:48:07 PM (21 months ago)
Author:
alloc
Message:

Refactored console commands for A21 caching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/CommandExtensions/src/Commands/RemoveLandProtection.cs

    r402 r405  
    88        [UsedImplicitly]
    99        public class RemoveLandProtection : ConsoleCmdAbstract {
    10                 public override string GetDescription () {
     10                protected override string getDescription () {
    1111                        return "removes the association of a land protection block to the owner";
    1212                }
    1313
    14                 public override string GetHelp () {
     14                protected override string getHelp () {
    1515                        return "Usage:" +
    1616                               "  1. removelandprotection <userid>\n" +
     
    2222                }
    2323
    24                 public override string[] GetCommands () {
     24                protected override string[] getCommands () {
    2525                        return new[] {"removelandprotection", "rlp"};
    2626                }
Note: See TracChangeset for help on using the changeset viewer.