This commit is contained in:
aozhiwei 2023-05-24 15:14:24 +08:00
parent 3f6a45e547
commit 92b19cccae

View File

@ -2077,6 +2077,10 @@ bool PBUtils::SupportSandTable(int proto_version)
void SandTable::FillMFSandTable(cs::SMUpdate* msg, Human* hum, FrameData* framedata)
{
if (room_->GetGasData().GetGasMode() != GasInactive) {
return;
}
if (hum->send_msg_times <= 0) {
return;
}