diff --git a/code/modules/admin/verbs/antag-ooc.dm b/code/modules/admin/verbs/antag-ooc.dm
index 02a47ea56e5..af9d69c40c7 100644
--- a/code/modules/admin/verbs/antag-ooc.dm
+++ b/code/modules/admin/verbs/antag-ooc.dm
@@ -23,7 +23,7 @@
for(var/mob/M in mob_list)
if (check_rights(R_ADMIN|R_MOD, 0, M))
- M << "" + create_text_tag("aooc", "Antag-OOC:", M.client) + " [get_options_bar(src, 0, 1, 1)](JMP): [msg]"
+ M << "" + create_text_tag("aooc", "Antag-OOC:", M.client) + " [get_options_bar(src, 0, 1, 1)](JMP): [msg]"
else if (M.mind && M.mind.special_role && M.client)
M << "" + create_text_tag("aooc", "Antag-OOC:", M.client) + " [display_name]: [msg]"