1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2026-05-24 15:30:09 +08:00

manager resources: added fxmanifest meta tags

This commit is contained in:
Andre Tabarra
2020-11-04 12:37:08 -03:00
Unverified
parent ce4bec2f2a
commit a1662a89a0
2 changed files with 2 additions and 2 deletions
@@ -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 {
@@ -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'