Skip to content

Commit

Permalink
Update code/modules/admin/topic/topic.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
realforest2001 and harryob authored Jul 14, 2023
1 parent aea4d9b commit 7107022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/admin/topic/topic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,8 @@
message_admins("[key_name_admin(usr)] has sent [key_name_admin(M)] to the thunderdome. (Observer.)", 1)

else if(href_list["revive"])
if(!check_rights(R_MOD)) return
if(!check_rights(R_MOD))
return

var/mob/living/L = locate(href_list["revive"])
if(!istype(L))
Expand Down

0 comments on commit 7107022

Please sign in to comment.