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 {