Update fxmanifest.lua

The client doesn't need to download the resource.
This commit is contained in:
Nevos
2022-05-10 20:15:22 +02:00
committed by GitHub
parent b53c8c7747
commit fe0f79399d

View File

@@ -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'
}
}