This commit is contained in:
Kashargul
2024-01-28 04:59:47 +01:00
committed by GitHub
parent 0d6db943e0
commit 954f06c466
+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, R_FUN, R_VAREDIT)))
if(!check_rights(R_ADMIN, R_FUN, R_VAREDIT))
return
if(!istype(target) || !target.module)