mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-13 12:16:53 +07:00
Cleanup
This commit is contained in:
parent
dd175747ab
commit
0fd6207689
@ -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 + "'");
|
||||
}
|
||||
|
@ -35,7 +35,6 @@ import java.util.*;
|
||||
|
||||
import static io.anuke.mindustry.Vars.*;
|
||||
|
||||
|
||||
public class DesktopLauncher extends ClientLauncher{
|
||||
public final static String discordID = "610508934456934412";
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=38f358dd20dd3ec6e97eb11bac3e6e45785ac3da
|
||||
archash=622a939452951e165007ff976f58bda85f739bc0
|
||||
|
Loading…
Reference in New Issue
Block a user