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