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>
|
||||
(
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user