From 6839b98d4d390a128633dcbc98931f6e67fdefb7 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 13 Feb 2009 21:57:11 +0000 Subject: [PATCH] Oh the bugs we find when we reinstate preconditions that were foolishly removed by yours truly. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5657 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/bureau/server/BureauRegistry.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/java/com/threerings/bureau/server/BureauRegistry.java b/src/java/com/threerings/bureau/server/BureauRegistry.java index 4bd7392b9..393f2b234 100644 --- a/src/java/com/threerings/bureau/server/BureauRegistry.java +++ b/src/java/com/threerings/bureau/server/BureauRegistry.java @@ -625,6 +625,7 @@ public class BureauRegistry LauncherUnit (Bureau bureau, RunQueue runQueue) { super("LauncherUnit for " + bureau + ": " + StringUtil.toString(bureau.launcherEntry)); _bureau = bureau; + _runQueue = runQueue; } @Override public boolean invoke () {