Issue Description:
When running multiple lol clients (official and PBE), getRunningLaunchersInfo function returns an array with the same object (Overwolf doesn’t recognize which client - official or PBE is open and replaces the first client in the array with the second one that launch)
Steps to reproduce:
- Launch official league client
- Run overwolf.games.launchers.getRunningLaunchersInfo => results should be fine
- Launch PBE client
- Run overwolf.games.launchers.getRunningLaunchersInfo => returns 2 PBE clients in the array instead of:
1st object: official client info
2nd object: PBE client info
Impact for my app:
mid
Request
Can you please refresh getRunningLaunchersInfo info when the client is terminated ?