Fix 40250 classic login and world loading

This commit is contained in:
shen
2026-09-02 07:03:25 +08:00
parent 8f61990a83
commit 44bdcb0781
17 changed files with 446 additions and 45 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ func _connect() -> void:
_client.call("reconnect"))
_life.bind(_client, _audio)
var h := _host.text
_client.call("connect_to_server", h, 11000, h, 11011, _id.text, _pw.text)
_client.call("connect_to_server", h, 11000, h, 13002, _id.text, _pw.text)
_msg("连接 %s ..." % h)
func _on_chars(list: Array) -> void: