public void HarmonyInitDetour() { if (!HarmonyDetourInited) { DebugLog.LogToFileOnly("Init harmony detours"); HarmonyDetours.Apply(); HarmonyDetourInited = true; } }
public static void HarmonyInitDetour() { if (HarmonyHelper.IsHarmonyInstalled) { if (!HarmonyDetourInited) { DebugLog.LogToFileOnly("Init harmony detours"); HarmonyDetours.Apply(); HarmonyDetourInited = true; } } }