This commit is contained in:
SoundScopes
2017-06-24 15:49:13 +03:00
committed by skull132
parent b7dce5ba66
commit f9cab847e7
+3
View File
@@ -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"))