No suggested mods

This commit is contained in:
Anuken
2020-12-05 17:53:49 -05:00
parent bdbc9b865b
commit b0f62f25e6
2 changed files with 2 additions and 8 deletions
-2
View File
@@ -47,8 +47,6 @@ public class Vars implements Loadable{
public static final int bufferSize = 8192;
/** global charset, since Android doesn't support the Charsets class */
public static final Charset charset = Charset.forName("UTF-8");
/** mods suggested for import */
public static final String[] suggestedMods = {""};
/** main application name, capitalized */
public static final String appName = "Mindustry";
/** URL for itch.io donations. */