From 0ab12dca5ffd6239df80da6d96f79cad45b5c44c Mon Sep 17 00:00:00 2001 From: thecraftianman <64441307+thecraftianman@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:50:08 -0500 Subject: [PATCH] Fix repo reference --- lua/acf/core/acfm_globals.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/acf/core/acfm_globals.lua b/lua/acf/core/acfm_globals.lua index f257451..3042ad6 100644 --- a/lua/acf/core/acfm_globals.lua +++ b/lua/acf/core/acfm_globals.lua @@ -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)