Add filename to AutoExecConfig

This commit is contained in:
Jackzie 2021-01-12 22:04:02 -06:00
parent a5fa49b43a
commit e174379cf4
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
4 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ public void OnPluginStart()
FindConVar("mp_gamemode").AddChangeHook(Change_Gamemode);
AutoExecConfig(true);
AutoExecConfig(true, "l4d2_autobotcrown");
HookEvent("witch_spawn", Event_WitchSpawn);
HookEvent("witch_killed", Event_WitchKilled);