mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 03:40:54 +00:00
remove patch lol
This commit is contained in:
parent
4b86ebf71c
commit
942e8bd654
@ -6,7 +6,6 @@ using QSB.EchoesOfTheEye.DreamRafts.Messages;
|
||||
using QSB.EchoesOfTheEye.DreamRafts.WorldObjects;
|
||||
using QSB.Messaging;
|
||||
using QSB.Patches;
|
||||
using QSB.Utility;
|
||||
using QSB.WorldSync;
|
||||
|
||||
namespace QSB.EchoesOfTheEye.DreamRafts.Patches;
|
||||
@ -77,9 +76,4 @@ public class DreamRaftPatches : QSBPatch
|
||||
|
||||
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}");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user