]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/teamradar.qc
Cleanup obsolete warmup info messages
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / teamradar.qc
index f0111983fe6c8ea9e7c7901cd1456341b6dcd5e9..12f78522020b2e1d94e20249a41ac9198d91ed13 100644 (file)
@@ -1,7 +1,7 @@
 #include "teamradar.qh"
 
-#include <client/autocvars.qh>
 #include <client/hud/_mod.qh>
+#include <client/view.qh>
 #include <common/mutators/mutator/waypoints/all.qh>
 #include <lib/csqcmodel/interpolate.qh>
 
@@ -202,7 +202,6 @@ NET_HANDLE(ENT_CLIENT_RADARLINK, bool isnew)
        InterpolateOrigin_Undo(this);
 
        this.iflags = IFLAG_VELOCITY | IFLAG_ORIGIN;
-       this.classname = "radarlink";
        if (isnew) IL_PUSH(g_radarlinks, this);
 
        if(sendflags & 1)