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/", #