= moved plugins and localization

This commit is contained in:
Matthew Cech
2019-06-19 23:00:21 -07:00
parent 29972ff2fc
commit 091e06e4ff
11 changed files with 28 additions and 25 deletions
@@ -29,7 +29,7 @@ public class BenchmarkCommandCompare extends BenchmarkCommand
if(entries.size() < 1)
output += "Couldn't find any models containing `" + inputSplit[i] + "`!";
output += BenchmarkCommandInfo.FormatInfo(entries.get(0));
output += BenchmarkCommandInfo.formatInfo(entries.get(0));
output += lineDelimiter;
if(entries.size() > 1)