fix,refac: Nation/GetGeneralList에서 부대정보는 공개되어야 함
This commit is contained in:
@@ -83,8 +83,8 @@ async function reload() {
|
||||
return { permission, st0: true, st1: true, st2: true, ...v };
|
||||
});
|
||||
|
||||
for (const [troopLeader, troopName] of troops) {
|
||||
troopList.value[troopLeader] = troopName;
|
||||
for (const {id: troopID, name:troopName} of troops) {
|
||||
troopList.value[troopID] = troopName;
|
||||
}
|
||||
} else {
|
||||
throw `?? ${permission}`;
|
||||
|
||||
Reference in New Issue
Block a user