This commit is contained in:
Anuken 2019-11-14 08:51:12 -05:00
parent dd175747ab
commit 0fd6207689
3 changed files with 2 additions and 3 deletions

View File

@ -343,7 +343,7 @@ public class ContentParser{
init();
}
JsonValue value = parser.fromJson(null, Jval.read(json).toString(JsonFormat.plain));
JsonValue value = parser.fromJson(null, Jval.read(json).toString(Jformat.plain));
if(!parsers.containsKey(type)){
throw new SerializationException("No parsers for content type '" + type + "'");
}

View File

@ -35,7 +35,6 @@ import java.util.*;
import static io.anuke.mindustry.Vars.*;
public class DesktopLauncher extends ClientLauncher{
public final static String discordID = "610508934456934412";

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=38f358dd20dd3ec6e97eb11bac3e6e45785ac3da
archash=622a939452951e165007ff976f58bda85f739bc0