AnotherDole / wrongest

The Wrongest Words
3 stars 0 forks source link

Non-breaking console error. #52

Closed AhoyLemon closed 9 years ago

AhoyLemon commented 9 years ago

Nothing here breaks anything, but just pointing it out

On a successful create or join action, I get...

Uncaught TypeError: Cannot read property 'aaaa' of undefined

(in this case, aaaa is player1's name) Problem seems to be in sockets.js, line 162

var myStatement = currentStatements[username].quote;