From bad3c6770a80f2e874c3c6508aa4eb2dafc7adb0 Mon Sep 17 00:00:00 2001 From: Jeffrey Stendert <37269702+Yarpii@users.noreply.github.com> Date: Mon, 30 Nov 2020 14:13:21 +0100 Subject: [PATCH] Update keep it clean as ```async.lua``` is been shared so it should be a shared script and not server/client --- fxmanifest.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 9a1b24ff..84035837 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,8 +1,6 @@ -fx_version 'adamant' - +fx_version 'cerulean' game 'gta5' description 'Async' -server_script 'async.lua' -client_script 'async.lua' +shared_script 'async.lua'