Skip to content

Commit

Permalink
final B18 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehni committed Jun 17, 2018
1 parent e3ccb71 commit 9c62845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion About/ModSync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<ModSyncNinjaData>
<ID>ad5b17a5-9e12-43ee-8d22-d43dd3140786</ID>
<ModName>Pick Up and Haul</ModName>
<Version>v0.18.1.7</Version>
<Version>v0.18.2.0</Version>
<SaveBreaking>false</SaveBreaking>
</ModSyncNinjaData>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class CompHauledToInventory : ThingComp

public HashSet<Thing> GetHashSet()
{
TakenToInventory.Remove(null);
return TakenToInventory;
}

Expand Down

0 comments on commit 9c62845

Please sign in to comment.