about summary refs log tree commit diff
path: root/src/game/server/srv_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/srv_common.cpp')
-rw-r--r--src/game/server/srv_common.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/srv_common.cpp b/src/game/server/srv_common.cpp
index 6d2abf0c..638d31c6 100644
--- a/src/game/server/srv_common.cpp
+++ b/src/game/server/srv_common.cpp
@@ -28,6 +28,7 @@ gameobject::gameobject()
 	sudden_death = 0;
 	round_start_tick = server_tick();
 	round_count = 0;
+	is_teamplay = false;
 }
 
 void gameobject::endround()