From 4ed709df9a87c045cf323eb125e937e7598f9ec7 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:43:38 +1100 Subject: [PATCH] chore: update server dependency to 7290 --- fxmanifest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 8cbd849..16db22e 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -15,7 +15,7 @@ description 'A library of shared functions to utilise in other resources.' --[[ Manifest ]]-- dependencies { - '/server:5848', + '/server:7290', '/onesync', }