From be83e13003f2033877c6ed73ad5f447ac10d6602 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 16 Aug 2006 00:09:53 +0000 Subject: [PATCH] Occam's razor, comment fix. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4326 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/crowd/client/PlaceController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/crowd/client/PlaceController.java b/src/java/com/threerings/crowd/client/PlaceController.java index 10326234e..21c4a737c 100644 --- a/src/java/com/threerings/crowd/client/PlaceController.java +++ b/src/java/com/threerings/crowd/client/PlaceController.java @@ -212,8 +212,8 @@ public abstract class PlaceController extends Controller } }); - // if they didn't handly it, pass it off to the super class - return handled[0] ? true : super.handleAction(action); + // if they didn't handle it, pass it off to the super class + return handled[0] || super.handleAction(action); } /**