diff options
Diffstat (limited to 'src/game/server/gamemodes/tdm.cpp')
| -rw-r--r-- | src/game/server/gamemodes/tdm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/gamemodes/tdm.cpp b/src/game/server/gamemodes/tdm.cpp index 26441c9f..914bae08 100644 --- a/src/game/server/gamemodes/tdm.cpp +++ b/src/game/server/gamemodes/tdm.cpp @@ -6,7 +6,7 @@ GAMECONTROLLER_TDM::GAMECONTROLLER_TDM() { - is_teamplay = true; + game_flags = GAMEFLAG_TEAMS; } int GAMECONTROLLER_TDM::on_character_death(class CHARACTER *victim, class PLAYER *killer, int weapon) |