Update EU server to cloudflare tunnel host
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user