From af1fe3658468db2ab5e88e9c3971c13c2da948bb Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 16 Jan 2024 16:20:24 +0800 Subject: [PATCH] 1 --- server/gameserver/mt/Param.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/gameserver/mt/Param.cc b/server/gameserver/mt/Param.cc index 4eb48657..d9d01916 100644 --- a/server/gameserver/mt/Param.cc +++ b/server/gameserver/mt/Param.cc @@ -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);