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