1
This commit is contained in:
parent
dc126416f8
commit
af1fe36584
@ -54,6 +54,9 @@ namespace mt
|
|||||||
s_.rank_mode_wait_time = GetIntParam("rank_mode_wait_time", 10);
|
s_.rank_mode_wait_time = GetIntParam("rank_mode_wait_time", 10);
|
||||||
s_.rank_mode_min_player = GetIntParam("rank_mode_min_player", 3);
|
s_.rank_mode_min_player = GetIntParam("rank_mode_min_player", 3);
|
||||||
s_.downed_switch = GetIntParam("downed_switch", 0);
|
s_.downed_switch = GetIntParam("downed_switch", 0);
|
||||||
|
#if 1
|
||||||
|
s_.downed_switch = 1;
|
||||||
|
#endif
|
||||||
s_.bullet_through_wall_check = GetIntParam("bullet_through_wall_check", 1);
|
s_.bullet_through_wall_check = GetIntParam("bullet_through_wall_check", 1);
|
||||||
s_.revive_count = GetIntParam("revive_count", 1);
|
s_.revive_count = GetIntParam("revive_count", 1);
|
||||||
s_.pvp_revive_time = GetIntParam("pvp_revive_time", 10);
|
s_.pvp_revive_time = GetIntParam("pvp_revive_time", 10);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user