mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
@@ -420,6 +420,9 @@
|
||||
else if(href_list["boot2"])
|
||||
var/mob/M = locate(href_list["boot2"])
|
||||
if (ismob(M))
|
||||
if(!check_rights(R_MOD|R_ADMIN, 0))
|
||||
usr << "<span class='warning'>You do not have the appropriate permissions to boot users!</span>"
|
||||
return
|
||||
if(!check_if_greater_rights_than(M.client))
|
||||
return
|
||||
var/reason = sanitize(input("Please enter reason"))
|
||||
|
||||
Reference in New Issue
Block a user