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
@@ -12,8 +12,8 @@ local function TextUI(message, typ)
end
local function HideUI()
if not isShowing then return end
isShowing = false
if not isShowing then return end
isShowing = false
SendNUIMessage({
action = 'hide'
})
+1 -1
View File
@@ -1,7 +1,7 @@
fx_version 'adamant'
game 'gta5'
author 'ESX-Framework'
version '1.9.4'
version '1.9.5'
description 'ESX TextUI'
lua54 'yes'
client_scripts { 'TextUI.lua' }