1
This commit is contained in:
parent
c78c11d4b0
commit
48807ffa1b
@ -106,8 +106,8 @@ void PlayerMgr::CoCreatePlayer(f8::Coroutine* co,
|
|||||||
auto socket = std::make_shared<a8::WebSocketClient>
|
auto socket = std::make_shared<a8::WebSocketClient>
|
||||||
(
|
(
|
||||||
IoMgr::Instance()->GetIoContext(0),
|
IoMgr::Instance()->GetIoContext(0),
|
||||||
"192.168.100.45",
|
"192.168.100.21",
|
||||||
7602
|
7601
|
||||||
);
|
);
|
||||||
auto hum = std::make_shared<Player>();
|
auto hum = std::make_shared<Player>();
|
||||||
hum->Init(idx, account_id, session_id, socket);
|
hum->Init(idx, account_id, session_id, socket);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user