This commit is contained in:
c0ffee 2021-09-08 19:42:18 -07:00
parent be4df605b1
commit 3593642bc4
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;
}
}