1
This commit is contained in:
parent
5667c21fdc
commit
2a50b9ba57
@ -2519,7 +2519,7 @@ long long Room::GetGasInactiveTime()
|
||||
}
|
||||
#endif
|
||||
if (IsMobaModeRoom()) {
|
||||
inactive_time = 7;
|
||||
inactive_time = 0;
|
||||
}
|
||||
inactive_time = std::max((long long)0, inactive_time - acc_inactive_time_);
|
||||
if (IsNewerMap()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user