mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Merge pull request #1366 from esx-framework/revert-1365-dev
Revert "fix: big bug"
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
ESX = {}
|
||||
Core = {}
|
||||
ESX.PlayerData = {}
|
||||
ESX.PlayerLoaded = false
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
ESX = {}
|
||||
|
||||
local Charset = {}
|
||||
|
||||
for i = 48, 57 do
|
||||
table.insert(Charset, string.char(i))
|
||||
end
|
||||
|
||||
@@ -12,9 +12,8 @@ shared_scripts {
|
||||
'config.lua',
|
||||
'config.weapons.lua',
|
||||
|
||||
'common/functions.lua',
|
||||
'common/*.lua',
|
||||
'common/modules/*.lua',
|
||||
'common/*.lua',
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
ESX = {}
|
||||
ESX.Players = {}
|
||||
ESX.Jobs = {}
|
||||
ESX.JobsPlayerCount = {}
|
||||
|
||||
Reference in New Issue
Block a user