Merge branch 'new-race-mode' into test
This commit is contained in:
@@ -102,8 +102,7 @@ const recoverData = (battleInfo, {force = false, arrowOnly = false} = {}) => {
|
||||
let nextTips = redPlayer ? "请红队射箭" : "请蓝队射箭";
|
||||
if (force) nextTips += "重回";
|
||||
if (
|
||||
battleInfo.current.playerId === user.value.id &&
|
||||
redTeam.value.length > 1
|
||||
battleInfo.current.playerId === user.value.id
|
||||
) {
|
||||
nextTips += "你";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user