fix(es_extended/server/functions): correct occured typo to occurred

The item-use error warning printed to the server console misspelled
occurred as occured. Corrected the spelling in the user-facing message.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Riccardo Tiber
2026-06-30 21:17:35 +02:00
parent 7014d85abf
commit fdfb17466a
+1 -1
View File
@@ -591,7 +591,7 @@ function ESX.UseItem(source, item, ...)
if not success then if not success then
return result and print(result) or 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)) item))
end end
end end