Skip to content

Commit

Permalink
Merge pull request #1366 from esx-framework/revert-1365-dev
Browse files Browse the repository at this point in the history
Revert "fix: big bug"
  • Loading branch information
Arctos2win authored Jun 16, 2024
2 parents 58e6cc7 + 9ec650c commit 2099b01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions [core]/es_extended/client/functions.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ESX = {}
Core = {}
ESX.PlayerData = {}
ESX.PlayerLoaded = false
Expand Down
3 changes: 1 addition & 2 deletions [core]/es_extended/common/functions.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ESX = {}

local Charset = {}

for i = 48, 57 do
table.insert(Charset, string.char(i))
end
Expand Down
3 changes: 1 addition & 2 deletions [core]/es_extended/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ shared_scripts {
'config.lua',
'config.weapons.lua',

'common/functions.lua',
'common/*.lua',
'common/modules/*.lua',
'common/*.lua',
}

server_scripts {
Expand Down
1 change: 1 addition & 0 deletions [core]/es_extended/server/common.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ESX = {}
ESX.Players = {}
ESX.Jobs = {}
ESX.JobsPlayerCount = {}
Expand Down

0 comments on commit 2099b01

Please sign in to comment.