diff --git a/Source/Androids For RW1.2/Utils/CPatchs.cs b/Source/Androids For RW1.2/Utils/CPatchs.cs index b2ab5ff..fa14e9c 100644 --- a/Source/Androids For RW1.2/Utils/CPatchs.cs +++ b/Source/Androids For RW1.2/Utils/CPatchs.cs @@ -63,9 +63,9 @@ public static void PrisonLabor_GetChangePointsPostfix(ref bool __result, Pawn __ - public static void SaveOurShip2_hasSpaceSuit(Pawn thePawn, ref bool __result) + public static void SaveOurShip2_hasSpaceSuit(Pawn pawn, ref bool __result) { - if (thePawn.IsAndroidTier()) + if (pawn.IsAndroidTier()) { __result = true; }