Skip to content

Commit

Permalink
Im such an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieD1 committed Aug 8, 2015
1 parent 5b0ed03 commit 3c4e9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/adminsay.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if(check_rights(R_AUDITOR|R_PERMISSIONS,0))
color = "headminsay"

else if(check_rights(R_ADMIN,0))
if(check_rights(R_ADMIN,0))
msg = "<span class='[color]'><span class='prefix'>ADMIN:</span> <EM>[key_name(usr, 1)]</EM> (<b><a href='?_src_=holder;adminplayerobservejump=\ref[mob]'>JMP</A>): <span class='message'>[msg]</b></span></span>"
for(var/client/C in admins)
if((R_AUDITOR|R_ADMIN) & C.holder.rights)
Expand Down

0 comments on commit 3c4e9fc

Please sign in to comment.