This commit is contained in:
aozhiwei 2023-12-05 18:44:08 +08:00
parent 358c150f66
commit 2393e84bf7

View File

@ -2359,6 +2359,8 @@ long long Room::GetGasInactiveTime()
long long inactive_time = 0;
if (IsPveRoom()) {
inactive_time = 10;
} else if (GetCustomBattle()) {
inactive_time = 15;
} else {
if (IsPvpRankModeRoom()) {
if (IsPvpMasterRankModeRoom()) {