Index: common/Player.cpp
===================================================================
--- common/Player.cpp	(revision 7511a2b0ff95b2a94795fa2328bdea8e722bbc5c)
+++ common/Player.cpp	(revision a6066e8fba1a901cdcaa9bd6ca01ab8945a4b14e)
@@ -31,7 +31,7 @@
    this->target.y = p.target.y;
    this->addr = p.addr;
-      this->team = 0;   // blue team by default
-   this->hasBlueFlag = false;
-   this->hasRedFlag = false;
+   this->team = p.team;
+   this->hasBlueFlag = p.hasBlueFlag;
+   this->hasRedFlag = p.hasRedFlag;
 }
 
