about summary refs log tree commit diff
path: root/src/game/server/gs_game_tdm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/gs_game_tdm.cpp')
-rw-r--r--src/game/server/gs_game_tdm.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/server/gs_game_tdm.cpp b/src/game/server/gs_game_tdm.cpp
index 7aa12e2b..fb2f569b 100644
--- a/src/game/server/gs_game_tdm.cpp
+++ b/src/game/server/gs_game_tdm.cpp
@@ -8,7 +8,6 @@ gameobject_tdm::gameobject_tdm()
 	is_teamplay = true;
 }
 
-
 int gameobject_tdm::on_player_death(class player *victim, class player *killer, int weapon)
 {
 	gameobject::on_player_death(victim, killer, weapon);
@@ -26,7 +25,6 @@ int gameobject_tdm::on_player_death(class player *victim, class player *killer,
 
 void gameobject_tdm::tick()
 {
-	do_team_wincheck();
-	
+	do_team_score_wincheck();
 	gameobject::tick();
 }