This commit is contained in:
aozhiwei 2023-07-05 20:20:33 +08:00
parent b7d9fbe752
commit ecf2d15c3c

View File

@ -2315,7 +2315,9 @@ long long Room::GetGasInactiveTime()
return 60 * 60;
}
#ifdef DEBUG
if (!f8::IsTestEnv()) {
return 12;
}
#endif
if (IsPveRoom()) {
return 10;