From d90506bc75e595981cc4f014e1083b40df47a6df Mon Sep 17 00:00:00 2001 From: ceikry Date: Sat, 24 Jul 2021 16:53:06 -0500 Subject: [PATCH] Remove no-longer-necessary line. --- Client/src/main/kotlin/org/rs09/Discord.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/Client/src/main/kotlin/org/rs09/Discord.kt b/Client/src/main/kotlin/org/rs09/Discord.kt index 402a47c5c..8238cf03f 100644 --- a/Client/src/main/kotlin/org/rs09/Discord.kt +++ b/Client/src/main/kotlin/org/rs09/Discord.kt @@ -15,7 +15,6 @@ object Discord { var initialized = false @JvmStatic - //Removed support for Linux due to the outlined issue on line 37. TODO: Revisit this when the RPC library updates. There's a PR there that *should* fix it. fun checkInitializable() : Boolean{ val OS = System.getProperty("os.name") if(OS.toLowerCase().startsWith("windows") || OS.toLowerCase().contains("nux")){