script: updated script to use new scenario

This commit is contained in:
Yannik Bretschneider 2021-08-10 19:49:12 +02:00
parent 3abacf0f8b
commit 38da3329d7
1 changed files with 1 additions and 1 deletions

View File

@ -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 {