removed buggy code

This commit is contained in:
dominiclopez391 2021-10-27 20:20:08 -07:00
parent 5e807217bc
commit f715f352eb
5 changed files with 5 additions and 3 deletions

View file

@ -44,7 +44,7 @@
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="Milk"> <Reference Include="Milk">
<HintPath>..\..\rjw-mc-master\1.3\Assemblies\Milk.dll</HintPath> <HintPath>..\..\rjw-mc\1.3\Assemblies\Milk.dll</HintPath>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="RJW"> <Reference Include="RJW">

Binary file not shown.

View file

@ -1,4 +1,6 @@
using HarmonyLib; /*
* removed because not working
using HarmonyLib;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
@ -35,4 +37,4 @@ namespace C0ffee_s_RJW_Ideology_Addons
} }
} }
} }*/