Removes a defunct thunderdome warning (#20180)

This commit is contained in:
GDN
2023-01-14 19:45:11 -06:00
committed by GitHub
parent 36d37e1fc2
commit 24b77a7ff1
+1 -6
View File
@@ -3093,12 +3093,7 @@
var/confirmation = alert("Start a Thunderdome match?","Confirm","Yes","No")
if(confirmation == "No")
return
if(makeThunderdomeTeams())
log_admin("[key_name(usr)] started a Thunderdome match!", 1)
message_admins("<span class='adminnotice'>[key_name_admin(usr)] has started a Thunderdome match!</span>")
else
log_admin("[key_name(usr)] attempted to start a Thunderdome match, but no ghosts signed up.", 1)
message_admins("<span class='adminnotice'>[key_name_admin(usr)] tried starting a Thunderdome match, but no ghosts signed up.</span>")
makeThunderdomeTeams()
if("securitylevel0")
set_security_level(0)
message_admins("<span class='notice'>[key_name_admin(usr)] change security level to Green.</span>", 1)