You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make it easier for contributors to add new players without modifying the source code, the player's name and process name are moved to supportedplayers.json.
To add a new player, just add the following before the "]"
,
{
"player_name":"<Player Name Here>",
"process_name":"<Process Name Here>"
}