diff --git a/core/src/mindustry/mod/Mods.java b/core/src/mindustry/mod/Mods.java index 4c6605fbbf..02bea3e464 100644 --- a/core/src/mindustry/mod/Mods.java +++ b/core/src/mindustry/mod/Mods.java @@ -853,6 +853,18 @@ public class Mods implements Loadable{ if(author != null) author = Strings.stripColors(author); if(description != null) description = Strings.stripColors(description); } + + @Override + public String toString() { + return "ModMeta{" + + "name='" + name + '\'' + + ", author='" + author + '\'' + + ", version='" + version + '\'' + + ", main='" + main + '\'' + + ", minGameVersion='" + minGameVersion + '\'' + + ", hidden=" + hidden + + '}'; + } } public enum ModState{