fix(client/main.lua) Noclip not use locale

This commit is contained in:
Epyi
2023-08-12 22:18:08 +02:00
parent ecc7d122e3
commit adf15e0ee3
+1 -1
View File
@@ -655,7 +655,7 @@ AddEventHandler("esx:noclip", function()
CreateThread(noclipThread)
end
ESX.ShowNotification(TranslateCap('noclip_message', noclip and "enabled" or "disabled"), true, false, 140)
ESX.ShowNotification(TranslateCap('noclip_message', noclip and Translate('enabled') or Translate('disabled')), true, false, 140)
end)
end)