fix: streamline translation loading log output

This commit is contained in:
Linventif 2025-07-03 18:33:31 +00:00
parent d085a1f55e
commit 1ad7010b97

View File

@ -24,11 +24,7 @@ function gmInte.loadTranslations()
end
end
if !gmInte.log then
print(" | Translations | Loaded Translations: " .. lang)
else
gmInte.log("Loaded Translations: " .. lang)
end
end
if SERVER then gmInte.loadTranslations() end