diff --git a/build.gradle b/build.gradle index 5df69b2ca8..2f7c09aa89 100644 --- a/build.gradle +++ b/build.gradle @@ -197,7 +197,6 @@ project(":desktop"){ implementation "com.github.Anuken:steamworks4j:$steamworksVersion" implementation arcModule("backends:backend-sdl") - //implementation 'com.github.MinnDevelopment:java-discord-rpc:v2.0.1' } } diff --git a/core/assets/libarc-discord64.so b/core/assets/libarc-discord64.so deleted file mode 100644 index 9a39998bc1..0000000000 Binary files a/core/assets/libarc-discord64.so and /dev/null differ diff --git a/desktop/src/mindustry/desktop/DesktopLauncher.java b/desktop/src/mindustry/desktop/DesktopLauncher.java index ebc69f8c2c..b48b88b353 100644 --- a/desktop/src/mindustry/desktop/DesktopLauncher.java +++ b/desktop/src/mindustry/desktop/DesktopLauncher.java @@ -11,6 +11,7 @@ import arc.func.*; import arc.math.*; import arc.struct.*; import arc.util.*; +import arc.util.async.*; import arc.util.serialization.*; import com.codedisaster.steamworks.*; import mindustry.*;