From 0686b3f8ee91c7246b89e388eef3dfd0152465c8 Mon Sep 17 00:00:00 2001 From: "Ray J. Greenwell" Date: Thu, 19 Jul 2012 13:13:45 -0700 Subject: [PATCH] Update comment with new method name. --- core/src/main/java/com/threerings/crowd/data/PlaceObject.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/com/threerings/crowd/data/PlaceObject.java b/core/src/main/java/com/threerings/crowd/data/PlaceObject.java index bdba8e978..645627e5c 100644 --- a/core/src/main/java/com/threerings/crowd/data/PlaceObject.java +++ b/core/src/main/java/com/threerings/crowd/data/PlaceObject.java @@ -66,8 +66,8 @@ public class PlaceObject extends DObject * standalone/single-player mode where both client and server are running in the same VM. * * Note: For this to work, your manager needs to override - * PlaceManager.handleManagerCalls() and return true. But maybe you should - * consider using an InvocationService instead. + * PlaceManager.allowManagerCall() and return true for the desired method name. + * But maybe you should consider using an InvocationService instead. */ public class ManagerCaller {