From 6de1b78a8da92e4de8c7344d1cd136ee39e20d97 Mon Sep 17 00:00:00 2001 From: Matthew <22198949+MafewTM@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:18:28 -0400 Subject: [PATCH] fix(manifest): multiple version metadata --- fxmanifest.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index a71acff..5b28a3a 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,14 +1,13 @@ fx_version 'cerulean' game 'gta5' -version '1.2.0' author 'mafewtm' name 'm_loading' description 'Just a simple React loading screen' repository 'https://github.com/mafewtm/m_loading' +version '1.2.0' shared_script '@ox_lib/init.lua' -version '1.2.0' server_script 'server/main.lua'