From bc1b5cae5047cd7c546ff3b015eb1b3fe24a3709 Mon Sep 17 00:00:00 2001 From: Popey Gilbert Date: Wed, 11 Mar 2015 17:24:39 +0000 Subject: [PATCH] Update headless_client.coffee --- headless_client.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/headless_client.coffee b/headless_client.coffee index 5067c6f7c..495da84ef 100644 --- a/headless_client.coffee +++ b/headless_client.coffee @@ -6,6 +6,7 @@ In order to use, followed these steps: module.exports = username: 'email@example.com', password: 'password' 3. Run `coffee ./headless_client.coffee` Alternatively, if you wish only to simulate a single game run `coffee ./headless_client.coffee one-game` +Or, if you want to always simulate only one game, change the line below this to "true" ### simulateOneGame = false if process.argv[2] is 'one-game'