View Single Post
08/01/19, 12:52 PM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
What you see is very likely the group pings from addons that share data via pings. It's actually pretty easy to make an addon to permanently hide them. One would just need to call the SuppressPing function of LibMapPing and leave it like that. But that would hide ALL of them, even the ones that group members create by hand. A more proper solution would be to check if the ping is on the currently opened map in the BeforePingAdded callback and suppress or unsuppress as needed.
  Reply With Quote