1
This commit is contained in:
parent
3ad19f5a63
commit
eca6af39d3
@ -2198,7 +2198,6 @@ void Room::NotifyGameStart()
|
||||
long long Room::GetGasInactiveTime()
|
||||
{
|
||||
#ifdef DEBUG
|
||||
return 10000;
|
||||
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