kipraske / web-brogue

Play brogue in a web browser
GNU General Public License v2.0
20 stars 17 forks source link

When users navigate away from site they remain in current games rollup #17

Closed kipraske closed 9 years ago

kipraske commented 9 years ago

Basically they show up on current games even though they are not actively playing. It makes sense why they are still in the list of users in memory (we will want that for sessions) but it doesn't make sense why they show up even with a state of INACTIVE.

kipraske commented 9 years ago

This was an easy enough typo = I need to set it equal to brogueState.INACTIVE rather than whatever I was doing in the cleanup-controllers.