undone changes

This commit is contained in:
c0ffee 2021-05-08 09:00:37 -07:00
parent db95a3a63a
commit 27e1b8b7b6
3 changed files with 3 additions and 1 deletions

View File

@ -52,15 +52,17 @@ namespace Rimworld_Animations {
static HarmonyPatch_Animate() {
// hats display selection patch -- broken
/*
if (LoadedModManager.RunningModsListForReading.Any(x => x.Name == "Hats Display Selection")) {
HarmonyPatch_HatsDisplaySelection.PatchHatsDisplaySelectionArgs();
}
else {
PatchRimworldFunctionsNormally();
}
*/
//PatchRimworldFunctionsNormally();
PatchRimworldFunctionsNormally();
}