From 4c5331b9b5633fd500c79ada42fc08b3cb986631 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Fri, 28 Jun 2019 22:46:39 +0200 Subject: Fixed issues identified through comparison with the official engine --- tests/import-replay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/import-replay.sh') diff --git a/tests/import-replay.sh b/tests/import-replay.sh index 51a7b83..216c235 100755 --- a/tests/import-replay.sh +++ b/tests/import-replay.sh @@ -5,7 +5,7 @@ logname=$(basename $1) -mkdir $logname +mkdir replays/$logname cp $1/A*.csv replays/$logname/A-log.csv cp $1/B*.csv replays/$logname/B-log.csv cp $1/Round\ 001/A*/JsonMap.json replays/$logname/A-init.json -- cgit v1.2.3