]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/ent_cs.qh
Net: purge SELFPARAM from sendfuncs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / ent_cs.qh
index 05821f9ba3081b9ff19694940ae5662f581fd000..1e875b58e54480adbbb8fc4558d9611132bb0ebf 100644 (file)
@@ -22,7 +22,7 @@ void entcs_init();
 
 float entcs_customize();
 
-float entcs_send(entity to, int sf);
+bool entcs_send(entity this, entity to, int sf);
 
 void entcs_think();