X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fteamradar.qc;h=e5dcc00f2c911ffe2d650ed83007d309aa0f6f22;hb=e7c63b4a159ba5bed1a4e35d1df9ca19cdef95a2;hp=f3ec99bfeebb526424a95dd5bf21cc7e84433b8f;hpb=6b925457ba78521c1d9caf37a855be35d476dae6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/teamradar.qc b/qcsrc/client/teamradar.qc index f3ec99bfe..e5dcc00f2 100644 --- a/qcsrc/client/teamradar.qc +++ b/qcsrc/client/teamradar.qc @@ -211,6 +211,7 @@ void Ent_RadarLink() self.origin_x = ReadCoord(); self.origin_y = ReadCoord(); self.origin_z = ReadCoord(); + setorigin(self, self.origin); } if(sendflags & 2)