From 964b68a0fa0dccb0da79bb93c0ffd22249d5a8e1 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 28 Mar 2008 22:22:34 +0000 Subject: [PATCH] Beans, frank. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4984 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/crowd/client/LocationDirector.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/crowd/client/LocationDirector.as b/src/as/com/threerings/crowd/client/LocationDirector.as index c1e071c7a..b4a6e81db 100644 --- a/src/as/com/threerings/crowd/client/LocationDirector.as +++ b/src/as/com/threerings/crowd/client/LocationDirector.as @@ -212,7 +212,7 @@ public class LocationDirector extends BasicDirector } // if we're not actually in a place, then no need to do anything - if (_placeId < 0) { + if (_placeId > 0) { _lservice.leavePlace(_cctx.getClient()); didLeavePlace();