Fix wrong name in ItemInfo documentation.

This commit is contained in:
hispidence 2021-08-11 01:21:11 +01:00
parent 1f6ca859b6
commit bd0a681fb0

View file

@ -86,7 +86,7 @@ takes no arguments.
@tparam bool hitStatus hit status of object
@return reference to new ItemInfo object
@usage
local item = ItemInfo.new(
local item = ItemInfo.newItem(
PISTOLS_ITEM, -- object id
"test", -- name
Position.new(18907, 0, 21201),