Skip to content

Commit

Permalink
Don't emit IL on GameManager.Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Jun 30, 2023
1 parent da3fdb6 commit 2ad8a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CheatTools/Patches/GameManagerPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public static class GameManagerPatcher
{
[HarmonyPatch(typeof(GameManager), "Update")]
[HarmonyTranspiler]
[HarmonyEmitIL]
private static IEnumerable<CodeInstruction> StartTranspiler(IEnumerable<CodeInstruction> instructions)
{
if (!CheatToolsPlugin.ConfigNoSpeedCap.Value)
Expand Down

0 comments on commit 2ad8a12

Please sign in to comment.