This should use the new getChatName() method.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@757 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -223,7 +223,7 @@ public class SpotSceneRegistry extends SceneRegistry
|
|||||||
SpeakUtil.sendFeedback(source, MessageManager.GLOBAL_BUNDLE, errmsg);
|
SpeakUtil.sendFeedback(source, MessageManager.GLOBAL_BUNDLE, errmsg);
|
||||||
} else {
|
} else {
|
||||||
sendClusterChatMessage(ScenePlace.getSceneId(source), source.getOid(),
|
sendClusterChatMessage(ScenePlace.getSceneId(source), source.getOid(),
|
||||||
source.getVisibleName(), null, message, mode);
|
source.getChatName(), null, message, mode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user