X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fautocvars.qh;h=065f93d5f946692ac4d94fe774589de45df83e2b;hp=e72cc4c0263a96b89027d6f235cd01bf54c87716;hb=97e94ea0a05686d60a6f5de8d369d040005b8eb1;hpb=878134b97de34ef43a71b2e2a6d4c5d118b14523 diff --git a/qcsrc/server/autocvars.qh b/qcsrc/server/autocvars.qh index e72cc4c02..065f93d5f 100644 --- a/qcsrc/server/autocvars.qh +++ b/qcsrc/server/autocvars.qh @@ -72,12 +72,6 @@ float autocvar_g_allow_oldnexbeam; float autocvar_g_antilag; float autocvar_g_antilag_bullets; float autocvar_g_antilag_nudge; -float autocvar_g_arena_maxspawned; -float autocvar_g_arena_point_leadlimit; -float autocvar_g_arena_point_limit; -float autocvar_g_arena_roundbased; -float autocvar_g_arena_round_timelimit; -float autocvar_g_arena_warmup; float autocvar_g_balance_armor_blockpercent; float autocvar_g_balance_armor_limit; float autocvar_g_balance_armor_regen; @@ -139,7 +133,6 @@ float autocvar_g_balance_crylink_primary_joinexplode_edgedamage; float autocvar_g_balance_crylink_primary_joinexplode_force; float autocvar_g_balance_crylink_primary_joinexplode_radius; float autocvar_g_balance_crylink_primary_joinspread; -float autocvar_g_balance_crylink_primary_jointime; float autocvar_g_balance_crylink_primary_linkexplode; float autocvar_g_balance_crylink_primary_middle_fadetime; float autocvar_g_balance_crylink_primary_middle_lifetime; @@ -165,7 +158,6 @@ float autocvar_g_balance_crylink_secondary_joinexplode_edgedamage; float autocvar_g_balance_crylink_secondary_joinexplode_force; float autocvar_g_balance_crylink_secondary_joinexplode_radius; float autocvar_g_balance_crylink_secondary_joinspread; -float autocvar_g_balance_crylink_secondary_jointime; float autocvar_g_balance_crylink_secondary_line_fadetime; float autocvar_g_balance_crylink_secondary_line_lifetime; float autocvar_g_balance_crylink_secondary_linkexplode; @@ -930,6 +922,7 @@ float autocvar_g_nix_with_laser; float autocvar_g_nix_with_powerups; float autocvar_g_nodepthtestitems; float autocvar_g_nodepthtestplayers; +float autocvar_g_norecoil; float autocvar_g_onslaught_cp_buildhealth; float autocvar_g_onslaught_cp_buildtime; float autocvar_g_onslaught_cp_health; @@ -1205,7 +1198,6 @@ float autocvar_timelimit_overtimes; float autocvar_timelimit_suddendeath; #define autocvar_utf8_enable cvar("utf8_enable") float autocvar_waypoint_benchmark; -float autocvar_welcome_message_time; float autocvar_sv_gameplayfix_gravityunaffectedbyticrate; float autocvar_g_trueaim_minrange; float autocvar_g_debug_defaultsounds; @@ -1255,3 +1247,4 @@ float autocvar_g_nades_nade_newton_style; float autocvar_g_campcheck_damage; float autocvar_g_campcheck_distance; float autocvar_g_campcheck_interval; +float autocvar_g_jump_grunt;