From a581e28b0afbbeaeeedd5e63adcee093d2fdab3c Mon Sep 17 00:00:00 2001 From: Zash Date: Thu, 3 Oct 2024 09:42:13 +0200 Subject: [PATCH] Add Translations folder to Valheims ModDataChecker (#162) --- games/game_valheim.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/game_valheim.py b/games/game_valheim.py index 9750475..c2cbc69 100644 --- a/games/game_valheim.py +++ b/games/game_valheim.py @@ -289,7 +289,7 @@ def allFiles(self) -> list[str]: class ValheimGame(BasicGame): Name = "Valheim Support Plugin" Author = "Zash" - Version = "1.2.1" + Version = "1.2.2" GameName = "Valheim" GameShortName = "valheim" @@ -348,6 +348,7 @@ def init(self, organizer: mobase.IOrganizer) -> bool: "Jotunn": "BepInEx/plugins/", "*.dll": "BepInEx/plugins/", "*.xml": "BepInEx/plugins/", + "Translations": "BepInEx/plugins/", "config": "BepInEx/", "*.cfg": "BepInEx/config/", #