- Timestamp:
- Jun 17, 2024, 5:25:43 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/CommandExtensions/src/Commands/TestLogSpam.cs
r405 r487 7 7 [UsedImplicitly] 8 8 public class TestLogSpam : ConsoleCmdAbstract { 9 p rotectedoverride string[] getCommands () {9 public override string[] getCommands () { 10 10 return new[] { "tls" }; 11 11 } … … 15 15 public override bool IsExecuteOnClient => true; 16 16 17 p rotectedoverride string getDescription () {17 public override string getDescription () { 18 18 return "Spams the log with until stopped"; 19 19 } 20 20 21 p rotectedoverride string getHelp () {21 public override string getHelp () { 22 22 return @" 23 23 |Usage:
Note:
See TracChangeset
for help on using the changeset viewer.