Skip to content

Commit d5a1558

Browse files
authored
Update arena.js
1 parent 4119c66 commit d5a1558

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arena.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,8 @@ function tick(){
554554
participant.payload.response = response.message.data;
555555
updateDirection(participant);
556556
}
557-
}).finally(()=>participant.payload.wormUpdated());
557+
participant.payload.wormUpdated();
558+
});
558559
_participantPromises.push(new Promise(resolve => participant.payload.wormUpdated = resolve));
559560
});
560561
Promise.allSettled(_participantPromises).then(()=>{

0 commit comments

Comments
 (0)