1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 05:15:31 +00:00

rename setting

This commit is contained in:
Evil Eye 2020-12-07 21:56:41 +01:00
parent e62fff5f2e
commit 275b9aea4d
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ namespace MWClass
Container::Container()
{
mHarvestEnabled = Settings::Manager::getBool("enable graphic herbalism", "Game");
mHarvestEnabled = Settings::Manager::getBool("graphic herbalism", "Game");
}
void Container::ensureCustomData (const MWWorld::Ptr& ptr) const

View file

@ -362,7 +362,7 @@ trainers training skills based on base skill = false
always allow stealing from knocked out actors = false
# Enables visually harvesting plants for models that support it.
enable graphic herbalism = true
graphic herbalism = true
[General]