diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index bb548e460d5..7808baf6ffd 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -326,8 +326,14 @@ check_antagonists() else if(href_list["delay_round_end"]) + //SKYRAT EDIT CHANGE BEGIN + /* if(!check_rights(R_SERVER)) return + */ + if(!check_rights(R_ADMIN)) + return + //SKYRAT EDIT CHANGE END if(!SSticker.delay_end) SSticker.admin_delay_notice = input(usr, "Enter a reason for delaying the round end", "Round Delay Reason") as null|text if(isnull(SSticker.admin_delay_notice))