feat: Support logging out to character select

This commit is contained in:
Linden
2021-05-17 02:04:46 +10:00
parent 5d3f2884dc
commit cdfcb1ebe7
2 changed files with 15 additions and 1 deletions
+4
View File
@@ -91,3 +91,7 @@ if ESX.GetConfig().Multichar then
end
end
end
RegisterCommand('relog', function(source, args, rawCommand)
TriggerEvent('esx:playerLogout', source)
end, true)