From 38da3329d7cf82e306bfd774b1476ac8f0b01453 Mon Sep 17 00:00:00 2001 From: Yannik Bretschneider Date: Tue, 10 Aug 2021 19:49:12 +0200 Subject: [PATCH] script: updated script to use new scenario --- startServerLocally.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startServerLocally.ps1 b/startServerLocally.ps1 index 751e3b4..fd00a1d 100644 --- a/startServerLocally.ps1 +++ b/startServerLocally.ps1 @@ -45,7 +45,7 @@ try { java -jar Server/build/libs/Server.jar ` -c .\configs\marvelheros.character.json ` -m.\configs\matchconfig_1.game.json ` - -s .\configs\asgard.scenario.json ` + -s .\configs\newAsgard.scenario.json ` -v ` -p $port } catch {