Skip to content

Commit

Permalink
removed broken save fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
rheirman committed Mar 23, 2018
1 parent 52d9e05 commit 5eaf3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified Assemblies/GiddyUpCore.dll
Binary file not shown.
2 changes: 2 additions & 0 deletions Source/Giddy-up-Core/Harmony/PawnUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace GiddyUpCore.Harmony
{
/*
[HarmonyPatch(typeof(PawnUtility), "GetPosture")]
class PawnUtility_GetPosture
{
Expand All @@ -25,4 +26,5 @@ static bool Prefix(ref Pawn p, ref PawnPosture __result)
return true;
}
}
*/
}

0 comments on commit 5eaf3be

Please sign in to comment.