remove dream lantern model swap prevention since it breaks other visuals

This commit is contained in:
JohnCorby 2022-08-29 12:40:21 -07:00
parent 98dd4f30c8
commit 6ae063e2af

View File

@ -126,6 +126,8 @@ internal class DreamLanternPatches : QSBPatch
}
// BUG: this breaks focus petals and concealer covers, since those act on the world model
/*
[HarmonyPrefix]
[HarmonyPatch(typeof(DreamLanternController), nameof(DreamLanternController.UpdateVisuals))]
public static bool UpdateVisuals(DreamLanternController __instance)
@ -219,4 +221,5 @@ internal class DreamLanternPatches : QSBPatch
__instance.ClearDirtyFlags();
return false;
}
*/
}