From 6d6281fae2adb6d30b642ea9cf2237a1e4035d84 Mon Sep 17 00:00:00 2001 From: Danish Khan <61810778+PLOKMJNB@users.noreply.github.com> Date: Wed, 4 Nov 2020 13:41:24 -0500 Subject: [PATCH] smol fixes --- resources/[gamemodes]/basic-gamemode/fxmanifest.lua | 2 +- resources/[system]/hardcap/fxmanifest.lua | 2 +- resources/[system]/runcode/__resource.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/[gamemodes]/basic-gamemode/fxmanifest.lua b/resources/[gamemodes]/basic-gamemode/fxmanifest.lua index 3747404..2d451de 100644 --- a/resources/[gamemodes]/basic-gamemode/fxmanifest.lua +++ b/resources/[gamemodes]/basic-gamemode/fxmanifest.lua @@ -3,7 +3,7 @@ version '1.0.0' author 'The CitizenFX Collective' -description 'Basic Freeroam gamemodethat will signal spawnmanager to autospawn players.' +description 'Basic Freeroam gamemode that will signal spawnmanager to autospawn players.' repository 'https://github.com/citizenfx/cfx-server-data' resource_type 'gametype' { name = 'Freeroam' } diff --git a/resources/[system]/hardcap/fxmanifest.lua b/resources/[system]/hardcap/fxmanifest.lua index bcca095..9f39faa 100644 --- a/resources/[system]/hardcap/fxmanifest.lua +++ b/resources/[system]/hardcap/fxmanifest.lua @@ -3,7 +3,7 @@ version '1.0.0' author 'The CitizenFX Collective' -description 'Limits the number of players to the one set in sv_maxclients.' +description 'Limits the number of players to the one set in sv_maxclients in the server.cfg.' repository 'https://github.com/citizenfx/cfx-server-data' client_script 'client.lua' diff --git a/resources/[system]/runcode/__resource.lua b/resources/[system]/runcode/__resource.lua index 628401f..619b6a8 100644 --- a/resources/[system]/runcode/__resource.lua +++ b/resources/[system]/runcode/__resource.lua @@ -3,7 +3,7 @@ version '1.0.0' author 'The CitizenFX Collective' -description 'Allows server owners to execute arbitrary server-side or client-side NodeJS/Lua code. Consider only enabling it in development servers.' +description 'Allows server owners to execute arbitrary server-side or client-side NodeJS/Lua code. *Consider only enabling it in development servers.' repository 'https://github.com/citizenfx/cfx-server-data' resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'