springweblobby / swl-website

Weblobby site component
10 stars 11 forks source link

"Freeze" when trying to join battle #82

Closed DeinFreund closed 8 years ago

DeinFreund commented 8 years ago

[WARNING] undefined:69 TypeError: undefined is not an object (evaluating 'data.users[data.currentBattle.founder].inGame')

(MBattle.js:69) This warning spammed the console until overflow.

I expected the !! to deal with any undefined problems?

db81 commented 8 years ago

That's what e2ccf4ce8b53bb23ca7 was made to fix. The logic was wrong so if the battle wasn't running and the original founder had disconnected it would spam this exception.

So just F5.

DeinFreund commented 8 years ago

Sry, nvm then. Still running an old branch :|