diff --git a/src/game/server/gamecontroller.cpp b/src/game/server/gamecontroller.cpp index 4faab3c2b..43e42ea7c 100644 --- a/src/game/server/gamecontroller.cpp +++ b/src/game/server/gamecontroller.cpp @@ -199,6 +199,7 @@ void GAMECONTROLLER::startround() unbalanced_tick = -1; force_balanced = false; round_count++; + dbg_msg("game","start round type='%s' teamplay='%d'", gametype, game_flags&GAMEFLAG_TEAMS); } void GAMECONTROLLER::change_map(const char *to_map)