Disabled mobile debug / Added no-core error message

This commit is contained in:
Anuken
2018-07-01 18:15:51 -04:00
parent deadcd5339
commit 37ba95f8b3
5 changed files with 21 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ import io.anuke.ucore.util.OS;
import java.util.Locale;
public class Vars{
public static final boolean testMobile = true;
public static final boolean testMobile = false;
//shorthand for whether or not this is running on android or ios
public static boolean mobile;
public static boolean ios;