mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 22:53:21 +00:00
Add filename to AutoExecConfig
This commit is contained in:
parent
a5fa49b43a
commit
e174379cf4
4 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue