Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion [core]/esx_identity/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Config.MaxHeight = 220 -- 220 cm max height.
Config.MaxAge = 100 -- 100 years old is the oldest you can be.

Config.FullCharDelete = true -- Delete all reference to character.
Config.EnableDebugging = ESX.GetConfig().EnableDebug -- prints for debugging :)
Config.EnableDebugging = ESX.GetConfig().EnableDebug -- prints for debugging :)
9 changes: 9 additions & 0 deletions [core]/esx_identity/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ server_scripts {
'@oxmysql/lib/MySQL.lua',
'locales/*.lua',
'config.lua',
'server/module/registry.lua',
'server/module/validation.lua',
'server/module/util.lua',
'server/module/database.lua',
'server/module/identity.lua',
'server/module/multichar.lua',
'server/module/callback.lua',
'server/module/commands.lua',
'server/module/debugging.lua',
'server/main.lua'
}

Expand Down
Loading
Loading