]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qh
Port hasweapon_complain_spam to ClientState
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qh
index 752862cad9952f1230b4b49086af45a695c48214..d24bc4aad6b454a4d60dd428030479681b89cbb7 100644 (file)
@@ -102,6 +102,7 @@ CLASS(Client, Object)
     ATTRIB(Client, v_angle_old, vector, this.v_angle_old);
     ATTRIB(Client, model_randomizer, float, this.model_randomizer);
     ATTRIB(Client, accuracy, entity, this.accuracy);
+    ATTRIB(Client, hasweapon_complain_spam, float, this.hasweapon_complain_spam);
 
     METHOD(Client, m_unwind, bool(Client this));