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:
@@ -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>.*?)$"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user