Fix 40250 classic login and world loading
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user