Update ServerControl.java

This commit is contained in:
Skat
2020-11-20 12:58:46 +03:00
committed by GitHub
parent a0f1f52a8b
commit 67dcc28312

View File

@@ -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]);
} }
}); });