X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fclient.qh;h=6cf13da2a43746c4bdc49481e991a3fe39b18ec8;hp=f8a7e2ab5fa4063b29ebe4c96c7f32ddfca42127;hb=ca28b3282b10ed5651fbd2e2e03912f8a591ecc0;hpb=16e64ff58cf65d7b3e0815aadb530580a6aa251b diff --git a/qcsrc/server/client.qh b/qcsrc/server/client.qh index f8a7e2ab5f..6cf13da2a4 100644 --- a/qcsrc/server/client.qh +++ b/qcsrc/server/client.qh @@ -146,6 +146,8 @@ CLASS(Client, Object) ATTRIBARRAY(Client, cvar_cl_weaponpriorities, string, 10); ATTRIB(Client, cvar_cl_weaponpriority, string, this.cvar_cl_weaponpriority); ATTRIB(Client, cvar_cl_cts_noautoswitch, bool, this.cvar_cl_cts_noautoswitch); + ATTRIB(Client, cvar_cl_weapon_switch_reload, bool, this.cvar_cl_weapon_switch_reload); + ATTRIB(Client, cvar_cl_weapon_switch_fallback_to_impulse, bool, this.cvar_cl_weapon_switch_fallback_to_impulse); METHOD(Client, m_unwind, bool(Client this));