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
This commit is contained in:
Michael Bayne
2009-02-13 21:57:11 +00:00
parent f75d810a92
commit 6839b98d4d
@@ -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 () {