From 62a94b3bfffaee18b76841091b47271730ae588a Mon Sep 17 00:00:00 2001 From: Simon Gene Gottlieb Date: Mon, 14 Jun 2021 17:35:31 +0200 Subject: [PATCH] [FEAT] Add parameter for ready phase duration This adds a cli parameter ("-r" or "--readytimeduration") to override the default league ready phase duration. --- src/controller/GameControllerSimulator.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/controller/GameControllerSimulator.java b/src/controller/GameControllerSimulator.java index a7a88bc6..22d35bb6 100644 --- a/src/controller/GameControllerSimulator.java +++ b/src/controller/GameControllerSimulator.java @@ -69,6 +69,7 @@ public class GameControllerSimulator { + "\n (-c | --config) sets a custom game.json to launch the game from (uses the resource folder by default)" + "\n (-b | --broadcast) IP address of the broadcasting server. local broadcast by default" + "\n (-d | --halftimeduration)