修复显示问题

This commit is contained in:
kron
2026-01-08 10:03:00 +08:00
parent 6f464a9f71
commit c9a7c1ae8b

View File

@@ -194,7 +194,6 @@ async function onReceiveMessage(messages = []) {
start.value = true;
}
if (msg.constructor === MESSAGETYPES.ToSomeoneShoot) {
currentRound.value = msg.round;
if (currentShooterId.value !== msg.userId) {
currentShooterId.value = msg.userId;
const redPlayer = redTeam.value.find(