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

    r369 r420  
    55namespace AllocsFixes.CustomCommands {
    66        public class RemoveLandProtection : ConsoleCmdAbstract {
    7                 public override string GetDescription () {
     7                protected override string getDescription () {
    88                        return "removes the association of a land protection block to the owner";
    99                }
    1010
    11                 public override string GetHelp () {
     11                protected override string getHelp () {
    1212                        return "Usage:" +
    1313                               "  1. removelandprotection <userid>\n" +
     
    1919                }
    2020
    21                 public override string[] GetCommands () {
     21                protected override string[] getCommands () {
    2222                        return new[] {"removelandprotection", "rlp"};
    2323                }
Note: See TracChangeset for help on using the changeset viewer.