formatting(core): Format all

This commit is contained in:
TheFantomas
2023-06-29 20:20:28 +02:00
parent b81973b54b
commit 88c8036a24
83 changed files with 2096 additions and 2020 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
local ClientLoadESX = false
AddEventHandler("playerSpawned", function ()
AddEventHandler("playerSpawned", function()
if not ClientLoadESX then
ShutdownLoadingScreenNui()
ClientLoadESX = true
@@ -10,4 +10,4 @@ AddEventHandler("playerSpawned", function ()
DoScreenFadeIn(2500)
end
end
end)
end)
+1 -1
View File
@@ -1,3 +1,3 @@
Config = {}
Config.Fade = true
Config.Fade = true
+2 -2
View File
@@ -1,5 +1,5 @@
game 'common'
version '1.9.4'
version '1.9.5'
fx_version 'cerulean'
author 'ESX-Framework'
lua54 'yes'
@@ -11,4 +11,4 @@ loadscreen_manual_shutdown "yes"
client_script 'client/client.lua'
files {'index.html', './vid/*.mp4', './vid/*.webm', './js/index.js', './css/index.css'}
files { 'index.html', './vid/*.mp4', './vid/*.webm', './js/index.js', './css/index.css' }