From 9e96f938bc1c2e1c7ec5fde523fb49227b6c852e Mon Sep 17 00:00:00 2001 From: erysdren Date: Sun, 8 Dec 2024 20:14:09 -0600 Subject: [PATCH] CLIENT: change default playerdebuginfo y pos to 6 --- source/client/main.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client/main.qc b/source/client/main.qc index d1e475c..9ede104 100644 --- a/source/client/main.qc +++ b/source/client/main.qc @@ -177,7 +177,7 @@ noref void(float apiver, string enginename, float enginever) CSQC_Init = autocvar(scr_playerdebuginfo, 0); autocvar(scr_playerdebuginfo_x, 64); - autocvar(scr_playerdebuginfo_y, 64); + autocvar(scr_playerdebuginfo_y, 6); // Runtime check if we're running this in WebASM/WebGL. if (cvar_string("sys_platform") == "Web")