Merge pull request #1153 from epyidev/dev

Fix : The noclip currently uses only part of the locales
This commit is contained in:
Csoki
2023-08-17 20:54:48 +02:00
committed by GitHub
+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)