]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/effects/effects.qc
Net: purge SELFPARAM from sendfuncs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / effects / effects.qc
index 5ea8a95b1c2813643139d8ff20f14c3232289380..dd015e0f6b3a4a0080e5564bf8d2f7e2370669e8 100644 (file)
@@ -34,8 +34,8 @@ void Read_Effect(bool is_new)
 #endif
 
 #ifdef SVQC
-bool Net_Write_Effect(entity client, int sf)
-{SELFPARAM();
+bool Net_Write_Effect(entity this, entity client, int sf)
+{
        WriteByte(MSG_ENTITY, ENT_CLIENT_EFFECT);
        (EFFECT_COUNT >= 255)
        ? WriteShort(MSG_ENTITY, self.m_id)