This isn't much of a transaction anymore, since r371.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1115 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2012-01-26 00:28:24 +00:00
parent 0f141680e0
commit 28e0e51991
@@ -87,12 +87,7 @@ public class ZoneMoveHandler extends AbstractSceneMoveHandler
PlaceConfig config = _locman.moveTo(_body, ploid);
// now that we've moved, we can update the user object with the new scene and zone ids
_body.startTransaction();
try {
((ZonedBodyObject)_body).setZoneId(_summary.zoneId);
} finally {
_body.commitTransaction();
}
((ZonedBodyObject)_body).setZoneId(_summary.zoneId);
// check to see if they need a newer version of the scene data
ZoneService.ZoneMoveListener listener = (ZoneService.ZoneMoveListener)_listener;