MMerge branch 'core' of ssh://git.mnml.gg:40022/~/mnml into core

This commit is contained in:
ntr 2019-12-11 18:14:31 +10:00
commit 424f1a2846

View File

@ -86,7 +86,7 @@ function registerEvents(store) {
store.dispatch(actions.setAnimating(true));
store.dispatch(actions.setGameSkillInfo(null));
// stop fetching the game state til animations are done
const newRes = game.resolutions[game.resolutions.length - 2];
const newRes = game.resolutions[game.resolutions.length - 1];
console.log(newRes);
return eachSeries(newRes, (r, cb) => {
if (r.delay === 0) return cb(); // TargetKo etc