Fix 40250 classic login and world loading
This commit is contained in:
@@ -55,7 +55,7 @@ func _init() -> void:
|
||||
_client.connect("login_failed", func(r): _set_status("login failed: " + r))
|
||||
_client.connect("entered_game", func(): _set_status("entered game"))
|
||||
var host := "192.168.21.203"
|
||||
_client.call("connect_to_server", host, 11000, host, 11011, "admin", "123456789")
|
||||
_client.call("connect_to_server", host, 11000, host, 13002, "admin", "123456789")
|
||||
_set_status("connecting to " + host + " ...")
|
||||
else:
|
||||
_set_status("M2Client 未注册 —— 用 --mock")
|
||||
|
||||
Reference in New Issue
Block a user