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.
This commit is contained in:
Andyyy7666
2021-12-24 22:16:53 +01:00
committed by GitHub
parent a176ccd79d
commit d2809a1eaf

View File

@@ -1,10 +1,4 @@
------------------------------------------------------------------------ -- For support join my discord: https://discord.gg/Z9Mxu72zZ6
------------------------------------------------------------------------
-- DO NOT EDIT IF YOU DON'T KNOW WHAT YOU'RE DOING --
-- --
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6 --
------------------------------------------------------------------------
------------------------------------------------------------------------
author "Andyyy#7666" author "Andyyy#7666"
description "ND Framework Core" description "ND Framework Core"
@@ -24,14 +18,14 @@ files {
ui_page "source/ui/index.html" ui_page "source/ui/index.html"
shared_script "config.lua"
server_scripts { server_scripts {
"config_server.lua",
"source/server/discord.lua", "source/server/discord.lua",
"source/server/main.lua", "source/server/main.lua",
"source/server/commands.lua" "source/server/commands.lua"
} }
client_scripts { client_scripts {
"config_client.lua",
"source/client/main.lua", "source/client/main.lua",
"source/client/commands.lua" "source/client/commands.lua"
} }