Minor changes, missing semicolons in JS

This commit is contained in:
ElPumpo
2018-11-10 10:37:27 +01:00
parent aedd4132cd
commit db50388543
9 changed files with 57 additions and 65 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ ESX.GetWeaponLabel = function(name)
for i=1, #weapons, 1 do
if weapons[i].name == name then
return weapons[i].label
return weapons[i].label
end
end
end