This commit is contained in:
kron
2025-06-29 21:45:27 +08:00
parent a4e62f0911
commit 36b9e23f20
7 changed files with 0 additions and 15 deletions

View File

@@ -34,7 +34,6 @@ const onReady = async () => {
async function onReceiveMessage(messages = []) {
messages.forEach((msg) => {
console.log(11111, msg);
if (msg.constructor === MESSAGETYPES.ShootSyncMeArrowID) {
scores.value.push(msg.target);
currentRound.value += 1;