Maintenance for the week of March 3:
• PC/Mac: No maintenance – March 3
• NA megaservers for maintenance – March 5, 4:00AM EST (9:00 UTC) - 11:00AM EST (16:00 UTC)
• EU megaservers for maintenance – March 5, 9:00 UTC (4:00AM EST) - 16:00 UTC (11:00AM EST)
• ESO Store and Account System for maintenance – March 6, 6:00AM EST (11:00 UTC) - 4:00PM EST (21:00 UTC)

Queue is still bugged, but lemme contribute the fix for you

gabormezo
gabormezo
✭✭✭
Dears,

The queue is still as buggy as it was from the beginning. The error is obvious: in certain (race) conditions that same player could enter the same queue more than once. The accept dialog do popup twice in this situation, but the second one disappears automatically after a sec or so. The problem is, when a player accidentally accepts the ready popup twice, the queue gets broken, and everyone should wait for the next iteration. So the fix is:

if (player.inQueue()) {
return;
}

Cheers.

[Edit for profanity]
Edited by [Deleted User] on February 4, 2018 6:27PM
Sign In or Register to comment.