mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
fix(legacy/multichar): Add compatibility for esx_multicharacter
Maintains compatibility with previous versions
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ if not Config.UseDeferrals then
|
||||
if callback then
|
||||
ESX.ShowNotification(_U('thank_you_for_registering'))
|
||||
EnableGui(false)
|
||||
TriggerEvent('esx_skin:playerRegistered')
|
||||
if not ESX.GetConfig().Multichar then TriggerEvent('esx_skin:playerRegistered') end
|
||||
else
|
||||
ESX.ShowNotification(_U('registration_error'))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user