Copy mthomas' r5236 change to the actionscript side.

How was this not a problem before? Maybe we just got lucky
on yohoho and never had an npp say something with filterable
words in the translation key.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5237 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-07-17 23:00:29 +00:00
parent e114e90a05
commit 8a72343130
2 changed files with 5 additions and 1 deletions
@@ -724,7 +724,6 @@ public class ChatDirector extends BasicDirector
// if there was an originating speaker, see if we want to hear it
if (speaker != null) {
// We pre-translate this message here because we're about to filter it.
// And if we filter first, we could end up filtering keys.
msg.message = xlate(msg.bundle, msg.message);