- Timestamp:
- Feb 22, 2023, 5:48:07 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/CommandExtensions/src/Commands/RemoveLandProtection.cs
r402 r405 8 8 [UsedImplicitly] 9 9 public class RemoveLandProtection : ConsoleCmdAbstract { 10 p ublic override string GetDescription () {10 protected override string getDescription () { 11 11 return "removes the association of a land protection block to the owner"; 12 12 } 13 13 14 p ublic override string GetHelp () {14 protected override string getHelp () { 15 15 return "Usage:" + 16 16 " 1. removelandprotection <userid>\n" + … … 22 22 } 23 23 24 p ublic override string[] GetCommands () {24 protected override string[] getCommands () { 25 25 return new[] {"removelandprotection", "rlp"}; 26 26 }
Note:
See TracChangeset
for help on using the changeset viewer.