quick and dirty script to help evaluate problems with thane client

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5084 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2008-05-12 23:32:14 +00:00
parent d63fd40f74
commit fd49818c3c
2 changed files with 148 additions and 1 deletions
@@ -22,7 +22,7 @@ var port :int = parseInt(System.argv[3]);
trace("Token: " + token);
trace("BureauId: " + bureauId);
trace("Server: " + server);
trace("Port: " + port);
trace("Port: " + port + " (parsed from " + System.argv[3] + ")");
// create the client and log on
var client :TestClient = new TestClient(token, bureauId);