-
Notifications
You must be signed in to change notification settings - Fork 9
Tests #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Tests #17
Conversation
res.send({ | ||
type: 'start', | ||
type: 'ready', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I added in the type
property trying to add some functionality in the last week of dev - but realised I didn't need it at all. I can't confirm this second, but have a feeling this whole line can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore me, I checked start.js and it is used....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blimey - right, I realise what's happened here, the diff has said it's a change from 'start' to 'ready' which now looking makes no sense, otherwise the game would have never started, but in fact github is diffing two completely different lines - hence my confusion!
WIP.