Fix re-admin verb

This commit is contained in:
D3athrow
2015-01-31 22:26:20 -06:00
parent 7f17a1696a
commit 0910562199

View File

@@ -874,7 +874,7 @@ var/list/admin_verbs_mod = list(
D = new /datum/admins(rank, rights, ckey)
//find the client for a ckey if they are connected and associate them with the new admin datum
D.associate(directory[ckey])
D.associate(src)
message_admins("[src] re-adminned themselves.")
log_admin("[src] re-adminned themselves.")
feedback_add_details("admin_verb","RAS")