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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user