Purge the use of the getChatName() hack.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@770 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Mike Thomas
2008-10-29 22:26:38 +00:00
parent 3fff321829
commit 1889d427da
@@ -223,7 +223,7 @@ public class SpotSceneRegistry extends SceneRegistry
SpeakUtil.sendFeedback(source, MessageManager.GLOBAL_BUNDLE, errmsg);
} else {
sendClusterChatMessage(ScenePlace.getSceneId(source), source.getOid(),
source.getChatName(), null, message, mode);
source.getVisibleName(), null, message, mode);
}
}
}