This commit is contained in:
aozhiwei 2024-03-26 20:15:51 +08:00
parent 2a50b9ba57
commit e96f9c0ad0

View File

@ -3108,13 +3108,5 @@ void CustomBattle::NotifyState()
});
for (auto& pair : socket_hash_) {
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(&notify_msg), socket_hash_.size()});
#endif
}