Replace hirunner with hilauncher.

This commit is contained in:
SilicaAndPina 2020-12-31 11:43:23 +13:00
parent 1a8c418d36
commit 6bea119831
33 changed files with 317 additions and 3 deletions

View file

@ -22,6 +22,12 @@ namespace HISP.Game
int count = 0;
foreach(DroppedItem droppedItem in dropedItems)
{
if (droppedItem.instance == null)
{
continue;
RemoveDroppedItem(droppedItem);
}
if(droppedItem.instance.ItemId == item.Id)
{
count++;