mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-19 06:46:03 +01:00
feat(ui): adding do not tp button
This commit is contained in:
@@ -93,6 +93,10 @@ $(function() {
|
|||||||
}, 10);
|
}, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (item.type === "firstSpawn") {
|
||||||
|
$("#tpDoNot").text("Do not teleport")
|
||||||
|
}
|
||||||
|
|
||||||
if (item.type === "givePerms") {
|
if (item.type === "givePerms") {
|
||||||
JSON.parse(item.deptRoles).forEach((dept) => {
|
JSON.parse(item.deptRoles).forEach((dept) => {
|
||||||
$(".departments").append($("<option>", {
|
$(".departments").append($("<option>", {
|
||||||
|
|||||||
Reference in New Issue
Block a user