Index: common/Player.cpp
===================================================================
--- common/Player.cpp	(revision e76055f16b754e82a6f780b2b726ec75a3ca31b8)
+++ common/Player.cpp	(revision e4a57860cf38d13fddfd38ebb33af993627f7c05)
@@ -44,6 +44,6 @@
    this->pos.y = this->target.y = 200;
    this->team = 0;   // blue team by default
-   this->hasBlueFlag = true;
-   this->hasRedFlag = true;
+   this->hasBlueFlag = false;
+   this->hasRedFlag = false;
 }
 
