Disable server hitbox debug draw by default

Disabled by default in development cfg's.
This commit is contained in:
Kawe Mazidjatari 2023-01-30 21:47:30 +01:00
parent 2e6381cfc6
commit 0895adff35

View File

@ -17,7 +17,7 @@ base_tickinterval_mp "0.05" // Sets the num simulation frames per seco
////////////////////////// //////////////////////////
//// DEBUG DRAW //// //// DEBUG DRAW ////
////////////////////////// //////////////////////////
sv_showhitboxes "0" // Send server-side hitboxes for specified entity to client (!slower!). sv_showhitboxes "-1" // Send server-side hitboxes for specified entity to clients (!slower!).
sv_showlagcompensation "1" // Show lag compensated hitboxes whenever a player is lag compensated (!slower!). sv_showlagcompensation "1" // Show lag compensated hitboxes whenever a player is lag compensated (!slower!).
sv_visualizetraces "1" // Show native and script related debug tracing (!slower!). sv_visualizetraces "1" // Show native and script related debug tracing (!slower!).