mirror of
https://github.com/t5mat/crouchboostfix.git
synced 2025-12-15 18:18:43 +00:00
Generate config file
This commit is contained in:
parent
5bebe6d2ca
commit
0929d1292e
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user