mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
feat(ui): adding do not tp button
This commit is contained in:
@@ -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>", {
|
||||
|
||||
Reference in New Issue
Block a user