Oops, the contract is to return playerId's occupant. I dunno, I have some doubts about all this...

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@693 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Par Winzell
2008-07-31 06:15:27 +00:00
parent a3232d645e
commit 23311ca4f7
@@ -687,7 +687,7 @@ public class GameManager extends PlaceManager
public BodyObject checkWritePermission (ClientObject client, int playerId)
{
// subclasses can be more restrictive here
return true;
return _omgr.getObject(client.getOid());
}