Semicolon

This commit is contained in:
mmcwilliams 2019-04-20 19:52:26 -04:00
parent ad558608ee
commit e15d03a536
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ proj.end = function (c, id, ms) {
} else {
proj.second.pos -= 1;
}
gui.counterUpdate('proj2', proj.second.pos)
gui.counterUpdate('proj2', proj.second.pos);
}
gui.counterUpdate('proj', proj.pos)
if (typeof proj.queue[id] !== 'undefined') {