diff options
Diffstat (limited to 'src/game/server/srv_ctf.cpp')
| -rw-r--r-- | src/game/server/srv_ctf.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/server/srv_ctf.cpp b/src/game/server/srv_ctf.cpp index abdb0efe..e941c804 100644 --- a/src/game/server/srv_ctf.cpp +++ b/src/game/server/srv_ctf.cpp @@ -55,6 +55,8 @@ int gameobject_ctf::on_player_death(class player *victim, class player *killer, void gameobject_ctf::tick() { gameobject::tick(); + + do_team_wincheck(); // do flags for(int fi = 0; fi < 2; fi++) |