diff --git a/lc-hax/Scripts/Modules/ESPMod.cs b/lc-hax/Scripts/Modules/ESPMod.cs index a92d1168..423f2ee4 100644 --- a/lc-hax/Scripts/Modules/ESPMod.cs +++ b/lc-hax/Scripts/Modules/ESPMod.cs @@ -93,7 +93,7 @@ void RenderWhenMapLoads(Camera camera) { this.RenderLabel("Entrance") )); - this.StoryLog.ForEach(renderer => this.RenderBounds( + this.StoryLog.Where(x => x.enabled).ForEach(renderer => this.RenderBounds( camera, renderer.bounds, Helper.ExtraColors.BlueViolet,