From f097e01c3f33575000e35502e140727bd2a6194f Mon Sep 17 00:00:00 2001 From: Arkshine Date: Thu, 10 Apr 2014 12:54:08 +0200 Subject: [PATCH] Fix typo in previous commit. --- plugins/include/hamsandwich.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/include/hamsandwich.inc b/plugins/include/hamsandwich.inc index 671a7680..e50dc8d8 100644 --- a/plugins/include/hamsandwich.inc +++ b/plugins/include/hamsandwich.inc @@ -307,9 +307,9 @@ native SetHamParamItemInfo(which, iteminfo_handle); * Use this on parameters that are iteminfo result handles. * * @param iteminfo_handle Item info handle. - * @param type Item info type. See ItemInfo_ constants. + * @param type Item info type. See HamItemInfo constants. */ -native GetHamItemInfo(iteminfo_handle, ItemInfo:type, any:...); +native GetHamItemInfo(iteminfo_handle, HamItemInfo:type, any:...); /** * Sets a parameter on the fly of the current hook. @@ -318,7 +318,7 @@ native GetHamItemInfo(iteminfo_handle, ItemInfo:type, any:...); * @param iteminfo_handle Item info handle. * @param type Item info type. See HamItemInfo_ constants. */ -native SetHamItemInfo(iteminfo_handle, ItemInfo:type, any:...); +native SetHamItemInfo(iteminfo_handle, HamItemInfo:type, any:...); /** * Creates an ItemInfo handle. This value should never be altered.