X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=65d2bd6631fdd7cb1ffce418be3a1dc008e6352f;hb=af43b181a15f348a4de2045b716ebc7765ce8f9f;hp=b45e20986a76c0acba01ac6fdf4cea4137dd0c24;hpb=99262bf5759010457a3331ec08e985c3924a2b3f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index b45e20986..65d2bd663 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -181,6 +181,7 @@ float default_weapon_alpha; .float cvar_cl_allow_uid2name; .float cvar_cl_allow_uidtracking; +.bool cvar_cl_allow_uidranking; .string stored_netname; string gamemode_name; @@ -330,7 +331,7 @@ string deathmessage; .float cvar_cl_weaponimpulsemode; .int selectweapon; // last selected weapon of the player -.float ballistics_density; // wall piercing factor, larger = bullet can pass through more +.float ballistics_density; //const int FROZEN_NOT = 0; const int FROZEN_NORMAL = 1;