This commit is contained in:
aozhiwei 2023-10-25 13:51:02 +08:00
parent 81fb8fd7ab
commit b9b5fda6da

View File

@ -58,7 +58,7 @@ namespace mt
s_.moba_kill_times = GetIntParam("moba_kill_times", 12);
s_.moba_revive_time = GetIntParam("moba_revive_time", 2);
s_.moba_room_time = GetIntParam("moba_room_time", 60 * 3);
#ifdef DEBUG
#ifdef DEBUG1
s_.moba_room_time = 60;
s_.moba_kill_times = GetIntParam("moba_kill_times", 1);
#endif