From b6327b7d0d47226e4723ec0376436ba77fd19863 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 27 Jan 2024 09:03:39 +0000 Subject: [PATCH] Build fix --- project/src/controllers/GameController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/project/src/controllers/GameController.ts b/project/src/controllers/GameController.ts index fdc8d0bf..51996dfb 100644 --- a/project/src/controllers/GameController.ts +++ b/project/src/controllers/GameController.ts @@ -821,6 +821,7 @@ export class GameController dateAdded: Date.now(), name: modDetails.name, version: modDetails.version, + url: modDetails.url }); } }