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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user