This commit is contained in:
c0ffee 2021-09-08 20:52:42 -07:00
parent 3593642bc4
commit 550d3ca149
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace Rimworld_Animations
yield return new CodeInstruction(OpCodes.Call, AccessTools.Method(typeof(PawnRenderer_RenderPawnAt_Patch), "ClearCache"));
}
else
{
{
yield return i;
}
}