mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 06:01:25 +00:00
feat: Support logging out to character select
This commit is contained in:
@@ -91,3 +91,7 @@ if ESX.GetConfig().Multichar then
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
RegisterCommand('relog', function(source, args, rawCommand)
|
||||
TriggerEvent('esx:playerLogout', source)
|
||||
end, true)
|
||||
|
||||
Reference in New Issue
Block a user