Fix Ham_Item_GetItemInfo incorrect associated handler (#449)
This commit is contained in:
@@ -163,7 +163,7 @@ int Create_Void_Int_Int_Int(AMX *amx, const char *func)
|
||||
return MF_RegisterSPForwardByName(amx, func, FP_CELL, FP_CELL, FP_CELL, FP_CELL, FP_DONE);
|
||||
}
|
||||
|
||||
int Create_Void_ItemInfo(AMX *amx, const char *func)
|
||||
int Create_Int_ItemInfo(AMX *amx, const char *func)
|
||||
{
|
||||
return MF_RegisterSPForwardByName(amx, func, FP_CELL, FP_CELL, FP_DONE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user