From 97e91dbb84ac38954c15a65c5a24680553f4574e Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Mon, 28 Jul 2008 17:28:44 +0000 Subject: [PATCH] Restored the old setCommandGenerator function for the test client, it was accidentally blown away when timeouts got added git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5269 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/bureau/server/BureauRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/bureau/server/BureauRegistry.java b/src/java/com/threerings/bureau/server/BureauRegistry.java index 075e160ef..e5ec032fb 100644 --- a/src/java/com/threerings/bureau/server/BureauRegistry.java +++ b/src/java/com/threerings/bureau/server/BureauRegistry.java @@ -176,7 +176,7 @@ public class BureauRegistry String bureauType, final CommandGenerator cmdGenerator) { - + setCommandGenerator(bureauType, cmdGenerator, 0); } /**