Revert "pt-PT Translation pt.lua"

This commit is contained in:
Jérémie N'gadi
2020-05-15 18:21:28 +02:00
committed by GitHub
parent 5a21e759a9
commit 947f2184ff
180 changed files with 668 additions and 11546 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ RegisterNUICallback('__chunk', function(data, cb)
if data['end'] then
local msg = json.decode(Chunks[data.id])
TriggerEvent(data.__namespace .. ':message:' .. data.__type, msg)
TriggerEvent(GetCurrentResourceName() .. ':message:' .. data.__type, msg)
Chunks[data.id] = nil
end