Comment correction.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1116 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -86,7 +86,7 @@ public class ZoneMoveHandler extends AbstractSceneMoveHandler
|
|||||||
int ploid = scmgr.getPlaceObject().getOid();
|
int ploid = scmgr.getPlaceObject().getOid();
|
||||||
PlaceConfig config = _locman.moveTo(_body, ploid);
|
PlaceConfig config = _locman.moveTo(_body, ploid);
|
||||||
|
|
||||||
// now that we've moved, we can update the user object with the new scene and zone ids
|
// now that we've moved, we can update the user object with the and zone id
|
||||||
((ZonedBodyObject)_body).setZoneId(_summary.zoneId);
|
((ZonedBodyObject)_body).setZoneId(_summary.zoneId);
|
||||||
|
|
||||||
// check to see if they need a newer version of the scene data
|
// check to see if they need a newer version of the scene data
|
||||||
|
|||||||
Reference in New Issue
Block a user