Update EU server to cloudflare tunnel host

This commit is contained in:
god
2026-07-13 16:16:31 +08:00
parent 2d8645172b
commit 35fbe4ac66
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ func _ready() -> void:
# Initialize connection mode view
if NakamaManager.nakama_host == "localhost":
server_option.selected = 0
elif NakamaManager.nakama_host == "tektondash.vps.webdock.cloud":
elif NakamaManager.nakama_host == "allan-ancient-boundary-consortium.trycloudflare.com":
server_option.selected = 3
else:
server_option.selected = 1
@@ -240,7 +240,7 @@ func _on_server_option_selected(index: int) -> void:
# Tekton Dash EU
server_ip_input.visible = false
if lan_section: lan_section.visible = false
NakamaManager.set_server("tektondash.vps.webdock.cloud")
NakamaManager.set_server("allan-ancient-boundary-consortium.trycloudflare.com")
func _on_server_ip_submitted(new_text: String) -> void:
if server_option and server_option.selected == 1: