This commit is contained in:
Kashargul
2024-01-28 04:57:41 +01:00
committed by GitHub
parent 5fd82d1b22
commit 0d6db943e0
+1 -1
View File
@@ -3,7 +3,7 @@
set name = "Modify Robot Module"
set desc = "Allows to add or remove modules to/from robots."
set category = "Admin"
if(!check_rights(R_ADMIN))
if(!check_rights(R_ADMIN, R_FUN, R_VAREDIT)))
return
if(!istype(target) || !target.module)