]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/ent_cs.qc
Net: purge SELFPARAM from sendfuncs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / ent_cs.qc
index a3be17bf2bb5c99d5652a099c342c5bf07b3cb4e..904f4c9cc28a59e6eac04730cc143ca466e26a2f 100644 (file)
@@ -42,8 +42,8 @@ float entcs_customize()
        return true;
 }
 
-float entcs_send(entity to, int sf)
-{SELFPARAM();
+bool entcs_send(entity this, entity to, int sf)
+{
        WriteByte(MSG_ENTITY, ENT_CLIENT_ENTCS);
        WriteByte(MSG_ENTITY, sf);
        if(sf & 1)