1
This commit is contained in:
parent
77fc614ae2
commit
31367788d4
@ -2291,7 +2291,6 @@ void Room::NotifyGameStart()
|
||||
long long Room::GetGasInactiveTime()
|
||||
{
|
||||
#ifdef DEBUG
|
||||
return 1024;
|
||||
return App::Instance()->debug_params.find(1) != App::Instance()->debug_params.end() ?
|
||||
App::Instance()->debug_params[1] : 10;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user