mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix(settings): swapped variable order
Locale was moved.
This commit is contained in:
@@ -81,8 +81,8 @@ RegisterCommand('ox_lib', function()
|
||||
|
||||
if not input then return end
|
||||
|
||||
---@type string, string, boolean
|
||||
local locale, notification_position, notification_audio = table.unpack(input)
|
||||
---@type boolean, string, string
|
||||
local notification_audio, notification_position, locale = table.unpack(input)
|
||||
|
||||
if set('locale', locale) then lib.setLocale(locale) end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user