diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 0f2fff1cc51..93ff19acc6b 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -81,6 +81,7 @@ usr << "Unfortunatly there were not enough candidates available." else if(href_list["forceevent"]) + if(!check_rights(R_FUN)) return var/datum/round_event_control/E = locate(href_list["forceevent"]) in SSevent.control if(E) var/datum/round_event/event = E.runEvent()