This commit is contained in:
Anuken
2020-06-18 18:47:50 -04:00
parent 31708b9af7
commit daefe6bc1f
2 changed files with 1 additions and 3 deletions

View File

@@ -29,8 +29,6 @@ import static mindustry.Vars.*;
public class DesktopLauncher extends ClientLauncher{
public final static String discordID = "610508934456934412";
//discord RPC is only enabled on linux right now
boolean useDiscord = OS.is64Bit && !OS.isARM && !OS.hasProp("nodiscord"), loadError = false;
Throwable steamError;