Skip to content

Commit

Permalink
recompile since something broke
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehni committed Jun 29, 2018
1 parent 2ed3d5c commit e598fa9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions About/ModSync.xml

This file was deleted.

Binary file modified Assemblies/PickUpAndHaul.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class CompHauledToInventory : ThingComp

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

Expand Down
2 changes: 1 addition & 1 deletion Source/PickUpAndHaul/PickUpAndHaul/HarmonyPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static HarmonyPatches()
}
catch (TypeLoadException) { }

Log.Message("PickUpAndHaul v1.0.0.0 welcomes you to RimWorld with pointless logspam.");
Log.Message("PickUpAndHaul v0.1.0.1 welcomes you to RimWorld with pointless logspam.");
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.1.0.1")]
[assembly: AssemblyFileVersion("1.0.0.571")]

0 comments on commit e598fa9

Please sign in to comment.