diff --git a/server/src/mindustry/server/ServerControl.java b/server/src/mindustry/server/ServerControl.java index 5d1244bedd..da624054ca 100644 --- a/server/src/mindustry/server/ServerControl.java +++ b/server/src/mindustry/server/ServerControl.java @@ -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]); } });