Merge pull request #1797 from RiccardoTiber006/fix/typo-occured-occurred

fix(es_extended/server/functions): correct occured typo to occurred
This commit is contained in:
Arctos.
2026-06-30 21:31:28 +02:00
committed by GitHub
+1 -1
View File
@@ -591,7 +591,7 @@ function ESX.UseItem(source, item, ...)
if not success then
return result and print(result) or
print(('[^3WARNING^7] An error occured when using item ^5"%s"^7! This was not caused by ESX.'):format(
print(('[^3WARNING^7] An error occurred when using item ^5"%s"^7! This was not caused by ESX.'):format(
item))
end
end