
APOTH_REMOVE_MARKER when seeing advanced infos with shift on an item with a socket
VaporeonScripts opened this issue ยท 2 comments
I think whatever mod you have in there messing with the item tooltips is breaking tooltip components. The remove marker is replaced during the RenderTooltipEvent.GatherComponents
and translated into the zero or more socket tooltip lines. Not sure why said mod would be adjusting it solely based on advanced tooltips, but I've seen weirder things.
With just apoth, there are no issues with sockets showing when advanced tooltips are enabled.