feat(ui): adding do not tp button

This commit is contained in:
Andyyy7666
2022-09-07 12:04:57 +02:00
committed by GitHub
parent c7c9a4f1e2
commit c9b64a3f85

View File

@@ -93,6 +93,10 @@ $(function() {
}, 10);
}
if (item.type === "firstSpawn") {
$("#tpDoNot").text("Do not teleport")
}
if (item.type === "givePerms") {
JSON.parse(item.deptRoles).forEach((dept) => {
$(".departments").append($("<option>", {