fixes minor typo in admin_verbs.dm

This commit is contained in:
elgeonmb
2017-11-11 02:30:24 -08:00
committed by GitHub
parent 34eef27b7b
commit 50d29cbb4e
+1 -1
View File
@@ -773,7 +773,7 @@ var/list/admin_verbs_event_manager = list(
set category = "Admin"
if(holder)
if(alert("Confirm self-deadmin for the round? You can't re-admin yourself without someont promoting you.",,"Yes","No") == "Yes")
if(alert("Confirm self-deadmin for the round? You can't re-admin yourself without someone promoting you.",,"Yes","No") == "Yes")
log_admin("[src] deadmined themself.")
message_admins("[src] deadmined themself.", 1)
deadmin()