We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57b9a1 commit 0ab12dcCopy full SHA for 0ab12dc
lua/acf/core/acfm_globals.lua
@@ -16,7 +16,7 @@ PrecacheParticleSystem("ACFM_Flare")
16
17
do -- Update checker
18
hook.Add("ACF_OnLoadAddon", "ACF Missiles Update Checker", function()
19
- ACF.AddRepository("TwistedTail", "ACF-3-Missiles", "lua/acf/core/acfm_globals.lua")
+ ACF.AddRepository("ACF-Team", "ACF-3-Missiles", "lua/acf/core/acfm_globals.lua")
20
21
hook.Remove("ACF_OnLoadAddon", "ACF Missiles Update Checker")
22
end)
0 commit comments