mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 23:01:26 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user