mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Remove residual cvar
This commit is contained in:
parent
070525f711
commit
ec2a685475
2 changed files with 0 additions and 5 deletions
|
|
@ -572,9 +572,6 @@ consvar_t cv_serversort = Server("serversort", "Recommended").dont_save().onchan
|
|||
{ 5, "Gametype"},
|
||||
});
|
||||
|
||||
// show your ping on the HUD next to framerate. Defaults to warning only (shows up if your ping is > maxping)
|
||||
consvar_t cv_showping = Server("showping", "Always").values({{0, "Off"}, {1, "Always"}, {2, "Warning"}});
|
||||
|
||||
consvar_t cv_showviewpointtext = Server("showviewpointtext", "On").on_off();
|
||||
consvar_t cv_skipmapcheck = Server("skipmapcheck", "Off").on_off();
|
||||
consvar_t cv_sleep = Server("cpusleep", "1").min_max(0, 1000/TICRATE);
|
||||
|
|
|
|||
|
|
@ -122,8 +122,6 @@ extern consvar_t cv_soundtest;
|
|||
|
||||
extern consvar_t cv_maxping;
|
||||
extern consvar_t cv_lagless;
|
||||
extern consvar_t cv_pingtimeout;
|
||||
extern consvar_t cv_showping;
|
||||
extern consvar_t cv_pingmeasurement;
|
||||
extern consvar_t cv_showviewpointtext;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue