mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 19:14:15 +01:00
Update topic.dm (#1954)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user