Related Games: Rocket League
Issue Description:
The teamGoal
and opposingTeamGoal
events for Rocket League don’t seems to exist as separate game features anymore. The supportedFeatures
array that is returned does not contain these two events. I still do get the teamGoal
and opposingTeamGoal
events when I register for the stats
event though.
Can you reproduce it (exact steps to reproduce):
- register for
stats
,teamGoal
,opposingTeamGoal
- The
supportedFeatures
array provided in thesetRequiredFeatures
callback doesn’t showteamGoal
andopposingTeamGoal
-
teamGoal
andopposingTeamGoal
events are still emitted when someone scores a goal
Impact for my app: low
Do you currently have a workaround?
- Will see if I can filter out the unneeded events.