This commit is contained in:
CGFighter
2021-07-31 01:07:20 +03:00
parent 378035e8d2
commit 27ce46c551
4 changed files with 13 additions and 8 deletions

View File

@@ -13,7 +13,6 @@ namespace ResearchWhatever.Patches
static bool Prefix(ref bool __result)
{
__result = false;
//Log.Message($"ShouldSkip={__result}");
return false;
}
}