Oops, it's called addDispatcher() now.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5740 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-04-20 17:58:18 +00:00
parent 9155065ca8
commit c754d42f5b
@@ -116,7 +116,7 @@ public class PlaceManagerDelegate
*/
protected <T extends InvocationMarshaller> T addDispatcher (InvocationDispatcher<T> disp)
{
return _plmgr.registerDispatcher(disp);
return _plmgr.addDispatcher(disp);
}
/** A reference to the manager for which we are delegating. */