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() AddEventHandler('onClientMapStart', function()
exports.spawnmanager:setAutoSpawn(true) exports.spawnmanager:setAutoSpawn(true)
exports.spawnmanager:forceRespawn() exports.spawnmanager:forceRespawn()
end) end)