Skip to content

Commit

Permalink
Update claj url to subdomain of our site
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 authored Oct 28, 2024
1 parent 415b0d3 commit d9b8304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/client/claj/ClajManagerDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import mindustry.ui.*
import mindustry.ui.dialogs.*

class ClajManagerDialog : BaseDialog("@client.claj.manage") {
var serverIP = "148.251.184.58"
var serverIP = "claj.mindustry.dev"
var serverPort = 9000
var lastPing = -1
var lastPingAt = Time.millis() // Prevents ping during init block
Expand Down

0 comments on commit d9b8304

Please sign in to comment.