Merge pull request #3483 from skykatik/patch-7

Added missed log argument
This commit is contained in:
Anuken
2020-11-20 10:31:35 -05:00
committed by GitHub

View File

@@ -405,7 +405,7 @@ public class ServerControl implements ApplicationListener{
info("Path: @", mod.file.path());
info("Description: @", mod.meta.description);
}else{
info("No mod with name '@' found.");
info("No mod with name '@' found.", arg[0]);
}
});