Report moveTo() for now as it may inform the hunt for the puzzle in world

view bug.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1888 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-11-03 01:15:36 +00:00
parent 3736670fb0
commit e8ee391d24
3 changed files with 7 additions and 3 deletions
@@ -1,5 +1,5 @@
//
// $Id: LocationDirector.java,v 1.26 2002/10/27 21:24:58 mdb Exp $
// $Id: LocationDirector.java,v 1.27 2002/11/03 01:15:36 mdb Exp $
package com.threerings.crowd.client;
@@ -137,6 +137,7 @@ public class LocationDirector extends BasicDirector
_pendingPlaceId = placeId;
// issue a moveTo request
Log.info("Issuing moveTo(" + placeId + ").");
_lservice.moveTo(_ctx.getClient(), placeId, this);
return true;
}