This commit is contained in:
kron
2025-08-19 18:42:22 +08:00
parent 7162490ef7
commit f0edb2a57f

View File

@@ -84,7 +84,7 @@ async function onReceiveMessage(messages = []) {
ended.value = true;
} else if (msg.constructor === MESSAGETYPES.BackToGame) {
if (msg.battleInfo) {
melee.value = msg.battleInfo.config.battleMode === 2;
melee.value = msg.battleInfo.config.mode === 2;
}
}
});