1
This commit is contained in:
parent
b7d9fbe752
commit
ecf2d15c3c
@ -2315,7 +2315,9 @@ long long Room::GetGasInactiveTime()
|
||||
return 60 * 60;
|
||||
}
|
||||
#ifdef DEBUG
|
||||
return 12;
|
||||
if (!f8::IsTestEnv()) {
|
||||
return 12;
|
||||
}
|
||||
#endif
|
||||
if (IsPveRoom()) {
|
||||
return 10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user