Commit a875e36d authored by nanahira's avatar nanahira

revert

parent 59b909c9
...@@ -1916,7 +1916,7 @@ if settings.modules.http ...@@ -1916,7 +1916,7 @@ if settings.modules.http
return return
else else
try try
archive_name = moment().format('YYYY-MM-DD HH:mm:ss') + '.' + settings.modules.tournament_mode.replay_archive_extension archive_name = moment().format('YYYY-MM-DD HH:mm:ss') + '.zip'
archive_args = settings.modules.tournament_mode.replay_archive_args archive_args = settings.modules.tournament_mode.replay_archive_args
archive_args.push(archive_name) archive_args.push(archive_name)
for replay in settings.modules.tournament_mode.duel_log for replay in settings.modules.tournament_mode.duel_log
......
...@@ -2419,7 +2419,7 @@ ...@@ -2419,7 +2419,7 @@
return; return;
} else { } else {
try { try {
archive_name = moment().format('YYYY-MM-DD HH:mm:ss') + '.' + settings.modules.tournament_mode.replay_archive_extension; archive_name = moment().format('YYYY-MM-DD HH:mm:ss') + '.zip';
archive_args = settings.modules.tournament_mode.replay_archive_args; archive_args = settings.modules.tournament_mode.replay_archive_args;
archive_args.push(archive_name); archive_args.push(archive_name);
ref = settings.modules.tournament_mode.duel_log; ref = settings.modules.tournament_mode.duel_log;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment