Skip to content

Commit

Permalink
removes mod counter
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Jul 28, 2021
1 parent 6b55946 commit 435dbab
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 34 deletions.
Binary file removed 1.3/Assemblies/AchtungMod.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/Achtung.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.3.0" GeneratePathProperty="true" />
<PackageReference Include="Lib.Harmony" Version="2.1.0" ExcludeAssets="runtime" />
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.3.3072" GeneratePathProperty="true" />
<PackageReference Include="Lib.Harmony" Version="2.1.1" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.2" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net472" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>
Expand Down
10 changes: 0 additions & 10 deletions Source/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ public static void Prefix()
}
}

[HarmonyPatch(typeof(Game))]
[HarmonyPatch(nameof(Game.FinalizeInit))]
static class Game_FinalizeInit_Patch
{
public static void Postfix()
{
ModCounter.Trigger();
}
}

// build-in "Ignore Me Passing" functionality
//
[HarmonyPatch(typeof(GenConstruct))]
Expand Down
22 changes: 0 additions & 22 deletions Source/ModCounter.cs

This file was deleted.

0 comments on commit 435dbab

Please sign in to comment.