1
This commit is contained in:
parent
2a50b9ba57
commit
e96f9c0ad0
@ -3108,13 +3108,5 @@ void CustomBattle::NotifyState()
|
|||||||
});
|
});
|
||||||
for (auto& pair : socket_hash_) {
|
for (auto& pair : socket_hash_) {
|
||||||
GGListener::Instance()->SendToClient(pair.first, 0, notify_msg);
|
GGListener::Instance()->SendToClient(pair.first, 0, notify_msg);
|
||||||
cs::SMPing notifymsg;
|
|
||||||
GGListener::Instance()->SendToClient(pair.first, 0, notify_msg);
|
|
||||||
#if 0
|
|
||||||
a8::XPrintf("SMBattlePreInfoUpdate %d\n", {pair.first});
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#ifdef MYDEBUG1
|
|
||||||
a8::XPrintf("SMBattlePreInfoUpdate:%s %d\n", {f8::PbToJson(¬ify_msg), socket_hash_.size()});
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user