From 997576993e28e3e6ba3a11bb780489f8aee9d04d Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Mon, 10 Oct 2022 22:35:45 -0700 Subject: [PATCH] missed a patch 13 thing --- QSB/ItemSync/Patches/ItemRemotePatches.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/QSB/ItemSync/Patches/ItemRemotePatches.cs b/QSB/ItemSync/Patches/ItemRemotePatches.cs index ebcf4740..ff45b34c 100644 --- a/QSB/ItemSync/Patches/ItemRemotePatches.cs +++ b/QSB/ItemSync/Patches/ItemRemotePatches.cs @@ -149,6 +149,12 @@ internal class ItemRemotePatches : QSBPatch return true; } + if (__instance._isProjecting) + { + __instance._mindProjectorTrigger.SetProjectorActive(false); + __instance._isProjecting = false; + } + // if (Locator.GetDreamWorldController().IsInDream()) // { base_DropItem(__instance, position, normal, parent, sector, customDropTarget); @@ -213,6 +219,12 @@ internal class ItemRemotePatches : QSBPatch return true; } + if (__instance._isProjecting) + { + __instance._mindProjectorTrigger.SetProjectorActive(false); + __instance._isProjecting = false; + } + base_SocketItem(__instance, socketTransform, sector); if (__instance._visionBeam != null) {