Skip to content

Commit e9b6ecf

Browse files
committed
changed rpc server address
1 parent 34a4e77 commit e9b6ecf

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/client

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/client/DiscordRPC.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ object DiscordRPC : Module(
5050
private val showTime by setting("Show Time", true, description = "Show how long you have been playing for.") { page == Page.General }
5151

5252
/* Technical settings */
53-
private var rpcServer by setting("RPC Server", "http://127.0.0.1:8080") { page == Page.Settings } // TODO: Change this in production
53+
private var rpcServer by setting("RPC Server", "https://rpc.lambda-client.org") { page == Page.Settings }
5454
private var apiVersion by setting("API Version", ApiVersion.V1) { page == Page.Settings }
5555
private val delay by setting("Update Delay", 15000, 15000..30000, 100, unit = "ms", visibility = { page == Page.Settings })
5656

0 commit comments

Comments
 (0)