Skip to content

Commit 69e97ea

Browse files
author
Rafael Antunes
committed
Refactor: Improve project structure and refactor registerIdentity
1 parent b3deeae commit 69e97ea

File tree

14 files changed

+493
-1613
lines changed

14 files changed

+493
-1613
lines changed

[core]/esx_identity/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Config.MaxHeight = 220 -- 220 cm max height.
1616
Config.MaxAge = 100 -- 100 years old is the oldest you can be.
1717

1818
Config.FullCharDelete = true -- Delete all reference to character.
19-
Config.EnableDebugging = ESX.GetConfig().EnableDebug -- prints for debugging :)
19+
Config.EnableDebugging = ESX.GetConfig().EnableDebug -- prints for debugging :)

[core]/esx_identity/fxmanifest.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ server_scripts {
1414
'@oxmysql/lib/MySQL.lua',
1515
'locales/*.lua',
1616
'config.lua',
17+
'server/module/registry.lua',
18+
'server/module/validation.lua',
19+
'server/module/util.lua',
20+
'server/module/database.lua',
21+
'server/module/identity.lua',
22+
'server/module/multichar.lua',
23+
'server/module/callback.lua',
24+
'server/module/commands.lua',
25+
'server/module/debugging.lua',
1726
'server/main.lua'
1827
}
1928

0 commit comments

Comments
 (0)