diff --git a/resource/settings.lua b/resource/settings.lua index cfcbac3..7d0d8f8 100644 --- a/resource/settings.lua +++ b/resource/settings.lua @@ -99,7 +99,7 @@ RegisterCommand('ox_lib', function() ---@type boolean, string, string local notification_audio, notification_position, locale = table.unpack(input) - if set('locale', locale) then lib.setLocale(locale) end + if userLocales and set('locale', locale) then lib.setLocale(locale) end set('notification_position', notification_position) set('notification_audio', notification_audio)