default.cfg: Set rate to '30000' in the hope of override outdated defaults

This commit is contained in:
Marco Cawthorne 2023-01-07 16:58:44 -08:00
parent 9e62ff350a
commit e1d7febbf7
Signed by: eukara
GPG key ID: CE2032F0A2882A22

3
zpak001.pk3dir/default.cfg Executable file → Normal file
View file

@ -45,7 +45,7 @@ seta "vgui_color" "255 170 0"
seta "cross_color" "0 255 0"
// disable some nuclide niceties
seta v_muzzledlight 0
seta cg_muzzleDLight 0
// config compat
alias mp_timelimit timelimit
@ -55,5 +55,6 @@ alias mp_fraglimit fraglimit
seta gl_overbright 0
seta gl_ldr 1
seta r_lightmap_format rgb8
seta rate 30000 // some HL configs set this to 2500 by default!
exec skill.cfg