- Timestamp:
- Mar 28, 2023, 5:11:02 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/RemoveLandProtection.cs
r369 r420 5 5 namespace AllocsFixes.CustomCommands { 6 6 public class RemoveLandProtection : ConsoleCmdAbstract { 7 p ublic override string GetDescription () {7 protected override string getDescription () { 8 8 return "removes the association of a land protection block to the owner"; 9 9 } 10 10 11 p ublic override string GetHelp () {11 protected override string getHelp () { 12 12 return "Usage:" + 13 13 " 1. removelandprotection <userid>\n" + … … 19 19 } 20 20 21 p ublic override string[] GetCommands () {21 protected override string[] getCommands () { 22 22 return new[] {"removelandprotection", "rlp"}; 23 23 }
Note:
See TracChangeset
for help on using the changeset viewer.