细节修改
This commit is contained in:
@@ -165,6 +165,10 @@ async function onReceiveMessage(messages = []) {
|
||||
});
|
||||
}
|
||||
if (msg.constructor === MESSAGETYPES.ToSomeoneShoot) {
|
||||
if (!start.value) {
|
||||
start.value = true;
|
||||
step.value = 3;
|
||||
}
|
||||
if (currentShooterId.value !== msg.userId) {
|
||||
seq.value += 1;
|
||||
currentShooterId.value = msg.userId;
|
||||
|
||||
Reference in New Issue
Block a user