Update Valheim+ (#281)

* Update Valheim+

This updates Valheim+ to remove the spaces in the ini file to match the original file. This also clarifies the description for Valheim Plus Enable.

* Update valheimconfig.json

Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>
This commit is contained in:
IceOfWraith
2023-01-21 14:16:48 -06:00
committed by GitHub
parent 3f469bd055
commit 49df023f0e
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"ConfigFile":"./BepInEx/config/valheim_plus.cfg",
"AutoMap":true,
"ConfigType":"ini",
"ConfigFormat": "{0} = {1}",
"ConfigFormatRegex":"^(?<key>.+?) = (?<value>.*?)$"
"ConfigFormat": "{0}={1}",
"ConfigFormatRegex":"^(?<key>.+?)=(?<value>.*?)$"
}
]