Update fxmanifest.lua

This commit is contained in:
Andyyy7666
2022-03-10 23:09:49 +01:00
committed by GitHub
parent 2292b44344
commit d970c0c733

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 --
------------------------------------------------------------------------
------------------------------------------------------------------------
version "1.0" version "1.0"
description "Jail tablet" description "Jail tablet"
@@ -32,7 +26,5 @@ server_scripts {
"source/server.lua", "source/server.lua",
"config_server.lua" "config_server.lua"
} }
client_scripts { shared_script "config_client.lua"
"source/client.lua", client_script "source/client.lua"
"config_client.lua"
}