mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Remove no-longer-necessary line.
This commit is contained in:
parent
74dfefdb47
commit
d90506bc75
1 changed files with 0 additions and 1 deletions
|
|
@ -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")){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue