ngld / OverlayPlugin

Yet another OverlayPlugin fork.
Other
231 stars 39 forks source link

GetCombatants cannot retrieve fields that are not in DefaultCombatantFields #267

Open xpdota opened 2 years ago

xpdota commented 2 years ago

It seems that rather than just being the default, anything not in DefaultCombatantFields is unavailable to GetCombatants (e.g. TargetID, CP and GP). Expected behavior would be for, as the name would imply, DefaultCombatantFields to be a default, but it seems to be acting as both a default and a whitelist (see MiniParseEventSource.cs:336).