get_blacklist.ts add new line

This commit is contained in:
kdh8219 2023-04-29 21:28:34 +09:00
parent fe942ab33d
commit 3567d910fd

View file

@ -50,7 +50,8 @@ export default {
text += await mojangAPI.getIdFromUUID(minecraft_uuid); text += await mojangAPI.getIdFromUUID(minecraft_uuid);
text += ", "; text += ", ";
} }
text = text.slice(0, text.length - 2); text = text.slice(0, -2);
text += "\n";
} }
const buffer_file = { const buffer_file = {