Update ServerControl.java

This commit is contained in:
Skat 2020-11-20 12:58:46 +03:00 committed by GitHub
parent a0f1f52a8b
commit 67dcc28312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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