Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-11-20 11:23:35 -05:00
@@ -405,7 +405,7 @@ public class ServerControl implements ApplicationListener{
info("Path: @", mod.file.path()); info("Path: @", mod.file.path());
info("Description: @", mod.meta.description); info("Description: @", mod.meta.description);
}else{ }else{
info("No mod with name '@' found."); info("No mod with name '@' found.", arg[0]);
} }
}); });