This commit is contained in:
aozhiwei 2021-08-20 03:43:29 +00:00
parent 30a816d507
commit 121cf90825

View File

@ -2422,7 +2422,7 @@ ObstacleData* Room::GetPermanentObstacleData(int obstacle_uniid)
long long Room::GetGasInactiveTime() long long Room::GetGasInactiveTime()
{ {
#ifdef DEBUG #ifdef DEBUG
return f8::IsOnlineEnv() ? 10 : 50; return f8::IsOnlineEnv() ? 10 : 10;
#endif #endif
if (room_mode_ == kZombieMode) { if (room_mode_ == kZombieMode) {
#if DEBUG #if DEBUG