Skip to content

Commit

Permalink
remove patch lol
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCorby committed May 8, 2022
1 parent 4b86ebf commit 942e8bd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions QSB/EchoesOfTheEye/DreamRafts/Patches/DreamRaftPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using QSB.EchoesOfTheEye.DreamRafts.WorldObjects;
using QSB.Messaging;
using QSB.Patches;
using QSB.Utility;
using QSB.WorldSync;

namespace QSB.EchoesOfTheEye.DreamRafts.Patches;
Expand Down Expand Up @@ -77,9 +76,4 @@ private static bool ExtinguishImmediately(DreamRaftProjector __instance)

return false;
}

[HarmonyPrefix]
[HarmonyPatch(typeof(DreamRaftProjection), nameof(DreamRaftProjection.UpdateVisibility))]
private static void UpdateVisibility(DreamRaftProjection __instance, bool immediate = false) =>
DebugLog.DebugWrite($"DreamRaftProjection.UpdateVisibility | {__instance._visible} | {immediate} | {Remote}");
}

0 comments on commit 942e8bd

Please sign in to comment.