It would appear to me that the logic in this method was backwards.

There is no recent (~years) modification of this line, but at the same
time it appears that none of our products use the LocationProvider.moveBody()
method, so maybe this bug has just never been tickled.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4549 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-02-10 02:08:08 +00:00
parent 334a490d75
commit 15c0bbbe1c
2 changed files with 2 additions and 2 deletions
@@ -443,7 +443,7 @@ public class LocationDirector extends BasicDirector
{
log.info("Moving at request of server [placeId=" + placeId + "].");
if (movePending()) {
if (!movePending()) {
// clear out our old place information
mayLeavePlace();
didLeavePlace();
@@ -459,7 +459,7 @@ public class LocationDirector extends BasicDirector
{
Log.info("Moving at request of server [placeId=" + placeId + "].");
if (movePending()) {
if (!movePending()) {
// clear out our old place information
mayLeavePlace();
didLeavePlace();