diff --git a/ND_Jailing/fxmanifest.lua b/ND_Jailing/fxmanifest.lua index 900843c..8f9e076 100644 --- a/ND_Jailing/fxmanifest.lua +++ b/ND_Jailing/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 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" -} \ No newline at end of file +shared_script "config_client.lua" +client_script "source/client.lua"