]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/nades/all.qc
Net: purge SELFPARAM from sendfuncs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / nades / all.qc
index 33c1a7e181fb5b57b90ad625bc4a58b39fbc5db0..3a4f632a3f54ec894625e41ee0438dd1d5463bb8 100644 (file)
@@ -71,9 +71,8 @@ REGISTER_NET_LINKED(Nade_Heal, bool isNew)
 #endif
 
 #ifdef SVQC
-bool healer_send(entity to, int sf)
+bool healer_send(entity this, entity to, int sf)
 {
-       SELFPARAM();
        int channel = MSG_ENTITY;
        WriteHeader(channel, Nade_Heal);
        WriteByte(channel, sf);