修复显示问题
This commit is contained in:
@@ -194,7 +194,6 @@ async function onReceiveMessage(messages = []) {
|
|||||||
start.value = true;
|
start.value = true;
|
||||||
}
|
}
|
||||||
if (msg.constructor === MESSAGETYPES.ToSomeoneShoot) {
|
if (msg.constructor === MESSAGETYPES.ToSomeoneShoot) {
|
||||||
currentRound.value = msg.round;
|
|
||||||
if (currentShooterId.value !== msg.userId) {
|
if (currentShooterId.value !== msg.userId) {
|
||||||
currentShooterId.value = msg.userId;
|
currentShooterId.value = msg.userId;
|
||||||
const redPlayer = redTeam.value.find(
|
const redPlayer = redTeam.value.find(
|
||||||
|
|||||||
Reference in New Issue
Block a user