MMerge branch 'core' of ssh://git.mnml.gg:40022/~/mnml into core
This commit is contained in:
commit
424f1a2846
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user