]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/autocvars.qh
Add cvars to control the minimum and maximum speed multiplier while spectating
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / autocvars.qh
index 4b3745dc00784589e9c288854c3b6f948bfbfbd8..80da3f403ac97c025274b109d1ede8f5c8c8ea83 100644 (file)
@@ -330,6 +330,8 @@ bool autocvar_sv_ready_restart_repeatable;
 bool autocvar_sv_servermodelsonly;
 int autocvar_sv_spectate;
 float autocvar_sv_spectator_speed_multiplier;
+float autocvar_sv_spectator_speed_multiplier_min = 1;
+float autocvar_sv_spectator_speed_multiplier_max = 5;
 bool autocvar_sv_status_privacy;
 float autocvar_sv_stepheight;
 float autocvar_sv_strengthsound_antispam_refire_threshold;