mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 16:43:33 +00:00
rename setting
This commit is contained in:
parent
e62fff5f2e
commit
275b9aea4d
@ -62,7 +62,7 @@ namespace MWClass
|
|||||||
|
|
||||||
Container::Container()
|
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
|
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
|
always allow stealing from knocked out actors = false
|
||||||
|
|
||||||
# Enables visually harvesting plants for models that support it.
|
# Enables visually harvesting plants for models that support it.
|
||||||
enable graphic herbalism = true
|
graphic herbalism = true
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user