We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17664ae commit 19827d0Copy full SHA for 19827d0
1 file changed
arena.js
@@ -550,7 +550,7 @@ function tick(){
550
let participant = solidWorm.getParticipant();
551
participant.payload.response = null;
552
participant.postMessage(arenaClone).then(response => {
553
- participant.payload.response = response.data;
+ participant.payload.response = response.message.data;
554
updateDirection(participant);
555
}).finally(()=>participant.payload.wormUpdated());
556
_participantPromises.push(new Promise(resolve => participant.payload.wormUpdated = resolve));
0 commit comments