diff --git a/resources/[managers]/mapmanager/fxmanifest.lua b/resources/[managers]/mapmanager/fxmanifest.lua index 5b83185..acaa713 100644 --- a/resources/[managers]/mapmanager/fxmanifest.lua +++ b/resources/[managers]/mapmanager/fxmanifest.lua @@ -3,7 +3,7 @@ version '1.0.0' author 'The CitizenFX Collective' -description 'Mapmanager is an included citizenfx resource that handles map changes, game types, and compatability between gametypes and maps.' +description 'Handles map changes, game types, and compatability between gametypes and maps.' repository 'https://github.com/citizenfx/cfx-server-data' client_scripts { diff --git a/resources/[managers]/spawnmanager/fxmanifest.lua b/resources/[managers]/spawnmanager/fxmanifest.lua index 34bd63b..cb30578 100644 --- a/resources/[managers]/spawnmanager/fxmanifest.lua +++ b/resources/[managers]/spawnmanager/fxmanifest.lua @@ -3,7 +3,7 @@ version '1.0.0' author 'The CitizenFX Collective' -description 'The spawnmanager is a base resource that handles the spawning of the player. It allows you to choose when and where to spawn the player and also control how they respawn' +description 'Handles the spawning of the player. It allows you to choose when and where to spawn the player and also control how they respawn.' repository 'https://github.com/citizenfx/cfx-server-data' client_script 'spawnmanager.lua'