This commit is contained in:
BuildTools 2020-10-23 14:08:41 +02:00
parent 23136be280
commit 75e508bfd0

View File

@ -36,6 +36,7 @@ public class CommandIrisCTC extends MortarCommand
if(args.length == 0){ if(args.length == 0){
sender.sendMessage("Current threads: " + g.getThreadCount()); sender.sendMessage("Current threads: " + g.getThreadCount());
sender.sendMessage("You can change the treadcount with /iris ctc <number>");
return true; return true;
} }