Skip to content

Commit

Permalink
harmony test succeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehni committed Jul 31, 2018
1 parent 0249274 commit 10702af
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
Binary file modified Assemblies/0Harmony.dll
Binary file not shown.
Binary file modified Assemblies/PickUpAndHaul.dll
Binary file not shown.
2 changes: 0 additions & 2 deletions Source/PickUpAndHaul/PickUpAndHaul/HarmonyPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@

namespace PickUpAndHaul
{

[StaticConstructorOnStartup]
static class HarmonyPatches
{

static HarmonyPatches()
{
HarmonyInstance harmony = HarmonyInstance.Create("mehni.rimworld.pickupthatcan.main");
Expand Down
2 changes: 1 addition & 1 deletion Source/PickUpAndHaul/PickUpAndHaul/PickUpAndHaul.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ItemGroup>
<Reference Include="0Harmony, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Assemblies\0Harmony.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\..\..\Users\Maniak\Documents\RimWorld Mods\0Harmony.dll</HintPath>
</Reference>
<Reference Include="AllowTool">
<HintPath>..\..\..\..\AllowTool 1.0\Assemblies\AllowTool.dll</HintPath>
Expand Down

0 comments on commit 10702af

Please sign in to comment.