Ignore:
Timestamp:
Jun 17, 2024, 5:25:43 PM (5 months ago)
Author:
alloc
Message:

1.1.0.1 Release for V 1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/CommandExtensions/src/Commands/Reply.cs

    r405 r487  
    55        [UsedImplicitly]
    66        public class Reply : ConsoleCmdAbstract {
    7                 protected override string getDescription () {
     7                public override string getDescription () {
    88                        return "send a message to  the player who last sent you a PM";
    99                }
    1010
    11                 protected override string getHelp () {
     11                public override string getHelp () {
    1212                        return "Usage:\n" +
    1313                               "   reply <message>\n" +
     
    1515                }
    1616
    17                 protected override string[] getCommands () {
     17                public override string[] getCommands () {
    1818                        return new[] {"reply", "re"};
    1919                }
Note: See TracChangeset for help on using the changeset viewer.