From c0e026164083e07cb03fa2fc7fb9131bf3f4ad4c Mon Sep 17 00:00:00 2001 From: Smith Date: Wed, 14 Feb 2024 21:31:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- A3sMods.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/A3sMods.ts b/A3sMods.ts index 93c5b6c..13ccb6b 100644 --- a/A3sMods.ts +++ b/A3sMods.ts @@ -34,7 +34,6 @@ export default class A3sMods { * @param a3s_repo_url the ArmA3Sync repo root url * @param db_file db storage file * @param overrides mod item overrides - * @param dl_url_tpl mod download url template */ constructor(a3s_repo_url: string, db_file: string, overrides?: Modlist) { this.a3s_repo_url = a3s_repo_url;