diff options
Diffstat (limited to 'src/game/server/srv_tdm.cpp')
| -rw-r--r-- | src/game/server/srv_tdm.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/server/srv_tdm.cpp b/src/game/server/srv_tdm.cpp index ba3ff238..c9e4c686 100644 --- a/src/game/server/srv_tdm.cpp +++ b/src/game/server/srv_tdm.cpp @@ -2,6 +2,11 @@ #include "srv_common.h" #include "srv_tdm.h" +gameobject_tdm::gameobject_tdm() +{ + is_teamplay = true; +} + void gameobject_tdm::tick() { if(game_over_tick == -1) |