]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/teamradar.qc
Cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / teamradar.qc
index 1a6322d9752ce7fd34b1865602220e1cf526689e..80f25fbb0b8c159ae34cfa77781e6ae60ab9962a 100644 (file)
@@ -200,8 +200,8 @@ void teamradar_loadcvars()
 
 // radar links
 
-void Ent_RadarLink()
-{SELFPARAM();
+NET_HANDLE(ENT_CLIENT_RADARLINK, bool isnew)
+{
        int sendflags = ReadByte();
 
        InterpolateOrigin_Undo();
@@ -229,5 +229,7 @@ void Ent_RadarLink()
                self.team = ReadByte();
        }
 
+       return = true;
+
        InterpolateOrigin_Note();
 }