This commit is contained in:
aozhiwei 2024-03-26 19:52:02 +08:00
parent 5667c21fdc
commit 2a50b9ba57

View File

@ -2519,7 +2519,7 @@ long long Room::GetGasInactiveTime()
}
#endif
if (IsMobaModeRoom()) {
inactive_time = 7;
inactive_time = 0;
}
inactive_time = std::max((long long)0, inactive_time - acc_inactive_time_);
if (IsNewerMap()) {