ldesgoui / tf2-comp-fixes

Various TF2 tweaks catered towards competitive play

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sticky delay fix cvar is inverted

bakugo opened this issue · comments

When set to 1 it's disabled, when set to 0 it's enabled.

if (g_convar.BoolValue) {
return;
}

fixed in 1.8.2, thanks