]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qh
Port specialcommand_pos to ClientState
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qh
index 097ba382bf93e35c881df5069c89dc0ef4feb66f..88614214cccb5291889d7a3f2d69a7e8ad45e0bd 100644 (file)
@@ -104,6 +104,7 @@ CLASS(Client, Object)
     ATTRIB(Client, accuracy, entity, this.accuracy);
     ATTRIB(Client, hasweapon_complain_spam, float, this.hasweapon_complain_spam);
     ATTRIB(Client, scorekeeper, entity, this.scorekeeper);
+    ATTRIB(Client, specialcommand_pos, int, this.specialcommand_pos);
 
     METHOD(Client, m_unwind, bool(Client this));