mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Disable LFG when SimpleConfigOverride is enabled
This commit is contained in:
@@ -352,6 +352,7 @@ public:
|
||||
if (sIndividualProgression->simpleConfigOverride)
|
||||
{
|
||||
sWorld->setIntConfig(CONFIG_WATER_BREATH_TIMER, 60000);
|
||||
sWorld->setIntConfig(CONFIG_LFG_OPTIONSMASK, 4);
|
||||
sWorld->setBoolConfig(CONFIG_OBJECT_QUEST_MARKERS, false);
|
||||
sWorld->setBoolConfig(CONFIG_OBJECT_SPARKLES, false);
|
||||
sWorld->setBoolConfig(CONFIG_PLAYER_SETTINGS_ENABLED, true);
|
||||
|
||||
Reference in New Issue
Block a user