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:
parent
e62fff5f2e
commit
275b9aea4d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue