1
This commit is contained in:
parent
358c150f66
commit
2393e84bf7
@ -2359,6 +2359,8 @@ long long Room::GetGasInactiveTime()
|
||||
long long inactive_time = 0;
|
||||
if (IsPveRoom()) {
|
||||
inactive_time = 10;
|
||||
} else if (GetCustomBattle()) {
|
||||
inactive_time = 15;
|
||||
} else {
|
||||
if (IsPvpRankModeRoom()) {
|
||||
if (IsPvpMasterRankModeRoom()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user