From e0ffbd110d83ae8a0822873c0a0b71f3a11f6541 Mon Sep 17 00:00:00 2001 From: Platinum Date: Mon, 27 Apr 2020 00:14:36 -0700 Subject: [PATCH] no-har --- Rimworld-Animations.csproj | 4 ---- Source/Patches/HarmonyPatch_AlienRace.cs | 5 +++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Rimworld-Animations.csproj b/Rimworld-Animations.csproj index 0c44c92..f56b6d4 100644 --- a/Rimworld-Animations.csproj +++ b/Rimworld-Animations.csproj @@ -36,10 +36,6 @@ ..\..\..\..\workshop\content\294100\2009463077\v1.1\Assemblies\0Harmony.dll False - - ..\..\..\..\workshop\content\294100\839005762\1.1\Assemblies\AlienRace.dll - False - False ..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll diff --git a/Source/Patches/HarmonyPatch_AlienRace.cs b/Source/Patches/HarmonyPatch_AlienRace.cs index d81da60..aeb7602 100644 --- a/Source/Patches/HarmonyPatch_AlienRace.cs +++ b/Source/Patches/HarmonyPatch_AlienRace.cs @@ -1,4 +1,5 @@ -using HarmonyLib; +/* +using HarmonyLib; using System; using System.Collections.Generic; using System.Linq; @@ -138,4 +139,4 @@ namespace Rimworld_Animations { return false; } } -} \ No newline at end of file +}*/ \ No newline at end of file