@ -903,6 +903,12 @@ class Moving extends React.Component {
clearInterval(this.timerId);
this.timerId = false;
}
// if another player skips movement
if (this.state.currentPos !== this.endPos) {
this.props.movePlayer(this.endPos,
this.state.currentPos,
this.color);
tick() {