1
This commit is contained in:
parent
689775745e
commit
a5dbba937a
@ -3559,6 +3559,8 @@ void Room::FillCustomBattleHuman()
|
|||||||
if (!member->IsJoined()) {
|
if (!member->IsJoined()) {
|
||||||
int socket_handle = 0;
|
int socket_handle = 0;
|
||||||
int ip_saddr = 0;
|
int ip_saddr = 0;
|
||||||
|
member->GetNetData()->join_msg = std::make_shared<cs::CMJoin>();
|
||||||
|
member->GetNetData()->join_msg->set_account_id(member->GetAccountId());
|
||||||
|
|
||||||
Player* hum = NewPlayer();
|
Player* hum = NewPlayer();
|
||||||
hum->proto_version = member->GetNetData()->join_msg->proto_version();
|
hum->proto_version = member->GetNetData()->join_msg->proto_version();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user