This commit is contained in:
azw 2023-11-06 02:34:49 +00:00
parent c78c11d4b0
commit 48807ffa1b

View File

@ -106,8 +106,8 @@ void PlayerMgr::CoCreatePlayer(f8::Coroutine* co,
auto socket = std::make_shared<a8::WebSocketClient>
(
IoMgr::Instance()->GetIoContext(0),
"192.168.100.45",
7602
"192.168.100.21",
7601
);
auto hum = std::make_shared<Player>();
hum->Init(idx, account_id, session_id, socket);