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

    r371 r420  
    55namespace AllocsFixes.CustomCommands {
    66        public class ListLandProtection : ConsoleCmdAbstract {
    7                 public override string GetDescription () {
     7                protected override string getDescription () {
    88                        return "lists all land protection blocks and owners";
    99                }
    1010
    11                 public override string GetHelp () {
     11                protected override string getHelp () {
    1212                        return "Usage:\n" +
    1313                               "  1. listlandprotection summary\n" +
     
    2020                }
    2121
    22                 public override string[] GetCommands () {
     22                protected override string[] getCommands () {
    2323                        return new[] {"listlandprotection", "llp"};
    2424                }
Note: See TracChangeset for help on using the changeset viewer.