Missing space

This commit is contained in:
poppoexpress
2022-04-25 09:36:28 +08:00
committed by GitHub
parent 29379c038b
commit d72a09d3d4
+1 -1
View File
@@ -80,7 +80,7 @@ MySQL.ready(function()
for _, v in pairs(Jobs) do
if ESX.Table.SizeOf(v.grades) == 0 then
Jobs[v.name] = nil
print(('[^3WARNING^7] Ignoring job ^5"%s"^0due to no job grades found'):format(v.name))
print(('[^3WARNING^7] Ignoring job ^5"%s"^0 due to no job grades found'):format(v.name))
end
end