Skip to content
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

autodownload engine/game on connect #93

Merged
merged 1 commit into from
Sep 17, 2016

Conversation

DeinFreund
Copy link
Collaborator

No description provided.

@Anarchid Anarchid merged commit c3d369e into springweblobby:master Sep 17, 2016
var zklsVersion = msg.Version;
if (msg.Engine){
var engine = msg.Engine;
engine.match(/^[0-9.]+-[0-9]+-g[a-f0-9]+$/) && (engine += ' develop');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brutal: now this logic is repeated four times, and one of them is a short-circuit

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maek it util..

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants