mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(locale): trigger setLocale in locale module
This commit is contained in:
@@ -2,8 +2,6 @@ local settings = {
|
||||
locale = GetResourceKvpString('locale'),
|
||||
}
|
||||
|
||||
if not settings.locale then lib.setLocale(GetConvar('ox:locale', 'en')) end
|
||||
|
||||
RegisterCommand('ox_lib', function()
|
||||
local input = lib.inputDialog('Settings', {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user