Fix Ham_Item_GetItemInfo incorrect associated handler (#449)

This commit is contained in:
Vincent Herbet
2017-07-26 20:36:17 +02:00
committed by GitHub
parent 6bd2f1feec
commit 4fcfc913d3
7 changed files with 21 additions and 16 deletions

View File

@@ -514,7 +514,7 @@ hook_t hooklist[] =
{ V("ts_weapon_alternateattack", Void_Void) },
{ V("item_getiteminfo", Void_ItemInfo) }
{ V("item_getiteminfo", Int_ItemInfo) }
};