mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Merge pull request #87 from ZashIn/fix_valheim
fix: Valheim Bepinex installation - winhttp.dll
This commit is contained in:
@@ -421,6 +421,8 @@ class ValheimGameModDataChecker(mobase.ModDataChecker):
|
||||
if regex.set_as_root and regex.set_as_root.match(name):
|
||||
new_root = convert_entry_to_tree(entry)
|
||||
return self.fix(new_root) if new_root else None
|
||||
elif regex.valid and regex.valid.match(name):
|
||||
continue
|
||||
elif regex.delete and regex.delete.match(name):
|
||||
entry.detach()
|
||||
elif regex.move and (match := regex.move.match(name)):
|
||||
@@ -483,7 +485,7 @@ class ValheimGame(BasicGame):
|
||||
|
||||
Name = "Valheim Support Plugin"
|
||||
Author = "Zash"
|
||||
Version = "1.1.0"
|
||||
Version = "1.1.1"
|
||||
|
||||
GameName = "Valheim"
|
||||
GameShortName = "valheim"
|
||||
|
||||
Reference in New Issue
Block a user