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
This commit is contained in:
Jamie Doornbos
2008-07-28 17:28:44 +00:00
parent 8a8b615f9d
commit 97e91dbb84
@@ -176,7 +176,7 @@ public class BureauRegistry
String bureauType,
final CommandGenerator cmdGenerator)
{
setCommandGenerator(bureauType, cmdGenerator, 0);
}
/**