From fe0f79399df4fe6c6e69af0d22271429c9ba73a8 Mon Sep 17 00:00:00 2001 From: Nevos <86106048+nevos08@users.noreply.github.com> Date: Tue, 10 May 2022 20:15:22 +0200 Subject: [PATCH] Update fxmanifest.lua The client doesn't need to download the resource. --- txAdminLogs/fxmanifest.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/txAdminLogs/fxmanifest.lua b/txAdminLogs/fxmanifest.lua index 07516cf..8c6aced 100644 --- a/txAdminLogs/fxmanifest.lua +++ b/txAdminLogs/fxmanifest.lua @@ -6,10 +6,9 @@ author 'Joost#5866' description 'txAdmin Logs' version '1.0.4' -shared_scripts { - 'config.lua' -} +server_only "yes" server_scripts { + 'config.lua', 'sv_txadmin.lua' -} \ No newline at end of file +}