mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
undone changes
This commit is contained in:
parent
db95a3a63a
commit
27e1b8b7b6
3 changed files with 3 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -52,15 +52,17 @@ namespace Rimworld_Animations {
|
||||||
|
|
||||||
static HarmonyPatch_Animate() {
|
static HarmonyPatch_Animate() {
|
||||||
// hats display selection patch -- broken
|
// hats display selection patch -- broken
|
||||||
|
/*
|
||||||
if (LoadedModManager.RunningModsListForReading.Any(x => x.Name == "Hats Display Selection")) {
|
if (LoadedModManager.RunningModsListForReading.Any(x => x.Name == "Hats Display Selection")) {
|
||||||
HarmonyPatch_HatsDisplaySelection.PatchHatsDisplaySelectionArgs();
|
HarmonyPatch_HatsDisplaySelection.PatchHatsDisplaySelectionArgs();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
PatchRimworldFunctionsNormally();
|
PatchRimworldFunctionsNormally();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//PatchRimworldFunctionsNormally();
|
PatchRimworldFunctionsNormally();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue