1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-02-09 06:33:29 +08:00

fix formatting

This commit is contained in:
Ryan Bucshon 2017-06-13 20:26:03 -05:00
parent 494820eddb
commit 727fb6f26d

View File

@ -1,4 +1,4 @@
AddEventHandler('onClientMapStart', function()
exports.spawnmanager:setAutoSpawn(true)
exports.spawnmanager:forceRespawn()
exports.spawnmanager:setAutoSpawn(true)
exports.spawnmanager:forceRespawn()
end)