get_blacklist.ts add new line
This commit is contained in:
parent
fe942ab33d
commit
3567d910fd
|
@ -50,7 +50,8 @@ export default {
|
|||
text += await mojangAPI.getIdFromUUID(minecraft_uuid);
|
||||
text += ", ";
|
||||
}
|
||||
text = text.slice(0, text.length - 2);
|
||||
text = text.slice(0, -2);
|
||||
text += "\n";
|
||||
}
|
||||
|
||||
const buffer_file = {
|
||||
|
|
Loading…
Reference in a new issue