SIU-CS-435 / gallerist-online

Main repo for CS435 semester project for team JAMiN. An online multiplayer turn based board game.
2 stars 1 forks source link

AuthorizeAttribute error in IsUsersTurnInGame #80

Closed axelwales closed 8 years ago

axelwales commented 8 years ago

I think the issue is that kicked out player isn't always set, so Single() will sometimes throw an error.

mbrajk commented 8 years ago

Just looked at the code and I agree that's the likely culprit. I wonder what idiot wrote that? 🙃 oh right it was me. If you want you can just change single to single or default and add a null check. assign to me if you haven't fixed already and I'll fix when I'm at a PC