Updates to reflect SpeakProvider refactoring.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@395 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-07-31 21:05:36 +00:00
parent 8233be01e7
commit 09ad0ca87d
3 changed files with 7 additions and 8 deletions
@@ -32,7 +32,7 @@ import com.threerings.presents.dobj.Subscriber;
import com.threerings.presents.dobj.ObjectAccessException;
import com.threerings.presents.server.InvocationException;
import com.threerings.crowd.chat.server.SpeakProvider;
import com.threerings.crowd.chat.server.SpeakUtil;
import com.threerings.crowd.data.BodyObject;
import com.threerings.crowd.data.OccupantInfo;
import com.threerings.crowd.server.CrowdServer;
@@ -393,7 +393,7 @@ public class SpotSceneManager extends SceneManager
Log.warning("Non-clustered user requested cluster speak [where=" + where() +
", chatter=" + source + " (" + sourceOid + "), msg=" + message + "].");
} else {
SpeakProvider.sendSpeak(clrec.getClusterObject(), source, bundle, message, mode);
SpeakUtil.sendSpeak(clrec.getClusterObject(), source, bundle, message, mode);
}
}