Update topic.dm (#1954)

This commit is contained in:
Azarak
2020-11-30 16:08:53 +01:00
committed by GitHub
parent 6374b64746
commit 2c7ccf65f4
+6
View File
@@ -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))