]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/controlpoint.qc
Port effectinfo.txt to qc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / controlpoint.qc
index 7cf81d762ee0e73b8b6f018ba16825c7d51fff99..fac8bca4dd4d5f84bf92fcec714e960ffd540a25 100644 (file)
@@ -1,7 +1,7 @@
 #include "controlpoint.qh"
 
 bool cpicon_send(entity to, int sf)
-{
+{SELFPARAM();
        WriteByte(MSG_ENTITY, ENT_CLIENT_CONTROLPOINT_ICON);
        WriteByte(MSG_ENTITY, sf);
        if(sf & CPSF_SETUP)