No longer needed.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3555 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -55,7 +55,7 @@ public class CrowdClient extends PresentsClient
|
|||||||
super.sessionWillStart();
|
super.sessionWillStart();
|
||||||
|
|
||||||
// configure a specific access controller for the client object
|
// configure a specific access controller for the client object
|
||||||
_clobj.setAccessController(_userAccessController);
|
_clobj.setAccessController(CrowdObjectAccess.USER);
|
||||||
}
|
}
|
||||||
|
|
||||||
// documentation inherited
|
// documentation inherited
|
||||||
@@ -107,8 +107,4 @@ public class CrowdClient extends PresentsClient
|
|||||||
{
|
{
|
||||||
CrowdServer.plreg.locprov.leaveOccupiedPlace(bobj);
|
CrowdServer.plreg.locprov.leaveOccupiedPlace(bobj);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** The access controller to use for user objects. */
|
|
||||||
protected static AccessController _userAccessController =
|
|
||||||
CrowdObjectAccess.USER;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user