fix(locale): trigger setLocale in locale module

This commit is contained in:
Linden
2024-04-02 17:00:59 +11:00
parent 2d4e56d828
commit 44b41973b8
3 changed files with 3 additions and 3 deletions

View File

@@ -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', {
{