about summary refs log tree commit diff
path: root/src/game/server/srv_ctf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/srv_ctf.cpp')
-rw-r--r--src/game/server/srv_ctf.cpp2
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)