This commit is contained in:
aozhiwei 2020-07-31 09:28:55 +08:00
parent a995804bc2
commit 84ddacfa34

View File

@ -1986,7 +1986,7 @@ long long Room::GetGasInactiveTime()
if (room_mode_ == kZombieMode) {
#if DEBUG
if (f8::IsTestEnv()) {
return MetaMgr::Instance()->zbmode_gas_inactive_time + 10000;
return MetaMgr::Instance()->zbmode_gas_inactive_time;
} else {
return 5 + 5;
}