Generate config file

This commit is contained in:
sneak_it 2021-09-05 23:26:09 -04:00 committed by Mat
parent 5bebe6d2ca
commit 0929d1292e

View File

@ -125,6 +125,8 @@ public void OnPluginStart()
g_boostfix_pushfix = CreateConVar("boostfix_pushfix", "1", "Enable trigger_push fix", FCVAR_NOTIFY, true, 0.0, true, 1.0);
g_boostfix_crouchboostfix = CreateConVar("boostfix_crouchboostfix", "1", "Enable crouchboost prevention", FCVAR_NOTIFY, true, 0.0, true, 1.0);
AutoExecConfig();
if (g_late) {
for (int e = 0; e < sizeof(Client::touching); ++e) {
if (IsValidEntity(e)) {