This commit is contained in:
aozhiwei 2024-01-16 16:20:24 +08:00
parent dc126416f8
commit af1fe36584

View File

@ -54,6 +54,9 @@ namespace mt
s_.rank_mode_wait_time = GetIntParam("rank_mode_wait_time", 10);
s_.rank_mode_min_player = GetIntParam("rank_mode_min_player", 3);
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_.revive_count = GetIntParam("revive_count", 1);
s_.pvp_revive_time = GetIntParam("pvp_revive_time", 10);