mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-12 19:09:34 +07:00
Typo fix
This commit is contained in:
parent
57924afa3f
commit
9bfbd7c953
@ -322,7 +322,7 @@ public class ServerControl implements ApplicationListener{
|
||||
|
||||
handler.register("plugins", "Display all loaded plugins.", arg -> {
|
||||
if(!plugins.all().isEmpty()){
|
||||
info("Maps:");
|
||||
info("Plugins:");
|
||||
for(LoadedPlugin plugin : plugins.all()){
|
||||
info(" &ly{0} &lcv{1}", plugin.meta.name, plugin.meta.version);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user