From aa0cea0baa1198a50a03df6bfcde4902eb9ed0eb Mon Sep 17 00:00:00 2001 From: skull132 Date: Mon, 15 Aug 2016 19:50:53 +0300 Subject: [PATCH] Fixing antag-OOC mutes (#759) Awful mistakes were made. --- code/modules/admin/admin.dm | 2 +- html/changelogs/skull132-aooc_mutes.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/skull132-aooc_mutes.yml diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 681c773b6e9..31ad0e44e22 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -78,7 +78,7 @@ proc/admin_notice(var/message, var/rights) PRAY | ADMINHELP | DEADCHAT | - AOOC\] + AOOC\] (toggle all) "} diff --git a/html/changelogs/skull132-aooc_mutes.yml b/html/changelogs/skull132-aooc_mutes.yml new file mode 100644 index 00000000000..a4b025aee9c --- /dev/null +++ b/html/changelogs/skull132-aooc_mutes.yml @@ -0,0 +1,12 @@ +author: Skull132 + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "AOOC mutes now work properly."