arxanas / drafts.ninja

Magic: the Gathering online draft simulator; see new repository
https://github.com/dr4fters/dr4ft
MIT License
7 stars 10 forks source link

Bugfix: Prevent crashes when sock.h is undefined #9

Closed arxanas closed 8 years ago

arxanas commented 8 years ago

Occasionally there is a crash because sock.h is undefined when trying to mark a player as disconnected. It's unclear to me why this is happening, but theoretically this commit should prevent this situation from happening as we should now always have a .h on hand.

arxanas commented 8 years ago

Opened on wrong repo, yet again.