1
This commit is contained in:
parent
aafc48cca7
commit
d4eddff89f
@ -303,7 +303,11 @@ void CustomBattle::OnEnter(std::shared_ptr<cs::CMJoin> join_msg, long ip_saddr,
|
||||
socket_hash_[socket_handle] = member;
|
||||
RoomMgr::Instance()->ReBindCustomMemberSocket(member);
|
||||
}
|
||||
#if 1
|
||||
if (true) {
|
||||
#else
|
||||
if (IsPvp()) {
|
||||
#endif
|
||||
for (auto& pair : member_id_hash_) {
|
||||
pair.second->is_ready_ = 1;
|
||||
OnMemberReady(pair.second.get());
|
||||
|
Loading…
x
Reference in New Issue
Block a user