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 57d81aef..c4cbd574 100644 --- a/src/game/server/srv_ctf.cpp +++ b/src/game/server/srv_ctf.cpp @@ -21,6 +21,8 @@ gameobject_ctf::gameobject_ctf() // report massive failure } } + + is_teamplay = true; } void gameobject_ctf::on_player_spawn(class player *p) |