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
The site's front page shows a list of logged-in players. It's silly not to have this information in-game. For scaling reasons, we probably don't want all logged-in players. Maybe a right-hand tab containing the most recently active ten?
(Optimization is important. It's N^2 status updates for whatever information is displayed. Just world and instance, I imagine.)
The text was updated successfully, but these errors were encountered:
The site's front page shows a list of logged-in players. It's silly not to have this information in-game. For scaling reasons, we probably don't want all logged-in players. Maybe a right-hand tab containing the most recently active ten?
(Optimization is important. It's N^2 status updates for whatever information is displayed. Just world and instance, I imagine.)
The text was updated successfully, but these errors were encountered: