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; return 60 * 60;
} }
#ifdef DEBUG #ifdef DEBUG
return 12; if (!f8::IsTestEnv()) {
return 12;
}
#endif #endif
if (IsPveRoom()) { if (IsPveRoom()) {
return 10; return 10;