= Updated response method naming and formatting

This commit is contained in:
Matthew Cech
2019-06-19 21:17:08 -07:00
parent c7ad59b755
commit b0292666c0
63 changed files with 149 additions and 145 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ public class CommandBenchmark extends Command
if(input.args == null || input.args.length() == 0)
{
String output = getHelpText();
res.call(output);
res.send(output);
return;
}
@@ -47,7 +47,7 @@ public class CommandBenchmark extends Command
if(commandOutput == null)
{
res.call(LocStrings.stub("BenchmarkInvalid"));
res.send(LocStrings.stub("BenchmarkInvalid"));
return;
}