Added template for quickly disabling Harmony
This commit is contained in:
parent
6e4b917f6a
commit
9898f620c1
|
@ -44,6 +44,11 @@ namespace StardewModdingAPI.Framework.Patching
|
||||||
this.Monitor.Log(ex.GetLogSummary(), LogLevel.Trace);
|
this.Monitor.Log(ex.GetLogSummary(), LogLevel.Trace);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Keeping for reference
|
||||||
|
//if (Build.VERSION.SdkInt > BuildVersionCodes.LollipopMr1)
|
||||||
|
//{
|
||||||
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue