From 1889d427da5db767785638e4696dd6672ff50ccc Mon Sep 17 00:00:00 2001 From: Mike Thomas Date: Wed, 29 Oct 2008 22:26:38 +0000 Subject: [PATCH] Purge the use of the getChatName() hack. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@770 c613c5cb-e716-0410-b11b-feb51c14d237 --- .../com/threerings/whirled/spot/server/SpotSceneRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java b/src/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java index eff653a4..69e13407 100644 --- a/src/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java +++ b/src/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java @@ -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); } } }