Merge pull request #218 from poppoexpress/main

Missing space
This commit is contained in:
Mycroft
2022-04-25 18:36:41 +01:00
committed by GitHub
+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