From d2809a1eaf0b367406e8a02fc2d08d4f9ccda944 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Fri, 24 Dec 2021 22:16:53 +0100 Subject: [PATCH] Update fxmanifest.lua * Separated config into server and client files * Moved version "1.0" up so it can be used with the new version checker. --- ND_Core/fxmanifest.lua | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/ND_Core/fxmanifest.lua b/ND_Core/fxmanifest.lua index 340f387..828fede 100644 --- a/ND_Core/fxmanifest.lua +++ b/ND_Core/fxmanifest.lua @@ -1,10 +1,4 @@ ------------------------------------------------------------------------- ------------------------------------------------------------------------- --- DO NOT EDIT IF YOU DON'T KNOW WHAT YOU'RE DOING -- --- -- --- For support join my discord: https://discord.gg/Z9Mxu72zZ6 -- ------------------------------------------------------------------------- ------------------------------------------------------------------------- +-- For support join my discord: https://discord.gg/Z9Mxu72zZ6 author "Andyyy#7666" description "ND Framework Core" @@ -24,14 +18,14 @@ files { ui_page "source/ui/index.html" -shared_script "config.lua" - server_scripts { + "config_server.lua", "source/server/discord.lua", "source/server/main.lua", "source/server/commands.lua" } client_scripts { + "config_client.lua", "source/client/main.lua", "source/client/commands.lua" }