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

    r405 r487  
    77        [UsedImplicitly]
    88        public class TestLogSpam : ConsoleCmdAbstract {
    9                 protected override string[] getCommands () {
     9                public override string[] getCommands () {
    1010                        return new[] { "tls" };
    1111                }
     
    1515                public override bool IsExecuteOnClient => true;
    1616
    17                 protected override string getDescription () {
     17                public override string getDescription () {
    1818                        return "Spams the log with until stopped";
    1919                }
    2020
    21                 protected override string getHelp () {
     21                public override string getHelp () {
    2222                        return @"
    2323                        |Usage:
Note: See TracChangeset for help on using the changeset viewer.