guh???
This commit is contained in:
parent
a26cd94807
commit
7c82811b4b
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ guildinfo.callback = async function (msg, line, args, {nolocal, debug}) {
|
||||||
} else {
|
} else {
|
||||||
currentTerm += "\u2004" + formattedTerm;
|
currentTerm += "\u2004" + formattedTerm;
|
||||||
}
|
}
|
||||||
if (index == clan.traits.length - 0) termLines.push(currentTerm);
|
if (index == clan.traits.length - 1) termLines.push(currentTerm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -274,7 +274,7 @@ lookupinvite.callback = async function (msg, line) {
|
||||||
} else {
|
} else {
|
||||||
currentTerm += "\u2004" + formattedTerm;
|
currentTerm += "\u2004" + formattedTerm;
|
||||||
}
|
}
|
||||||
if (index == clan.traits.length - 0) termLines.push(currentTerm);
|
if (index == clan.traits.length - 1) termLines.push(currentTerm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue