j3kstrum / runelite-bingo

Plugin for the RuneLite client that adds Bingo functionality.
0 stars 0 forks source link

Remove game generation on "Logged In" status #6

Closed j3kstrum closed 3 years ago

j3kstrum commented 3 years ago

A new game is generated and added to the display whenever the logged in game status is received during a game state change. This causes multiple random games to be generated, one each time a new chunk loads.

Remove this check so only one game is generated at a time, or remove the state-driven generation altogether.