Index: common/Player.cpp
===================================================================
--- common/Player.cpp	(revision 5b1e31e39f3ea0090e0c657ccf06a11efeedd5de)
+++ common/Player.cpp	(revision 032e550f203118773ba914a911e18d4385ce71c2)
@@ -199,5 +199,11 @@
       this->target.y = mapPlayers[this->targetPlayer].pos.y;
 
+      cout << "Setting target" << endl;
+      cout << "target id: " << mapPlayers[this->targetPlayer].id << endl;
+      cout << "cur player id: " << this->id << endl;
+
       if (posDistance(this->pos, this->target.toFloat()) <= this->range) {
+         cout << "Stopped chasing" << endl;
+
          this->target.x = this->pos.x;
          this->target.y = this->pos.y;
