Skip to content

Commit

Permalink
hotfix for IO Input not working with dsu after #612
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn1p3rr3c0n committed Sep 18, 2022
1 parent 1c7a030 commit 02e5dea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public bool StackableAt(Thing thing, IntVec3 cell, Map map)

public void HandleNewItem(Thing item)
{
//throw new System.NotImplementedException();
RegisterNewItem(item);
}

public void HandleMoveItem(Thing item)
Expand Down

0 comments on commit 02e5dea

Please sign in to comment.