Skip to content

Commit

Permalink
Fix repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Jan 15, 2025
1 parent d57b9a1 commit 0ab12dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/core/acfm_globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PrecacheParticleSystem("ACFM_Flare")

do -- Update checker
hook.Add("ACF_OnLoadAddon", "ACF Missiles Update Checker", function()
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")

hook.Remove("ACF_OnLoadAddon", "ACF Missiles Update Checker")
end)
Expand Down

0 comments on commit 0ab12dc

Please sign in to comment.