Skip to content

Commit

Permalink
Eluna will now default to multistate
Browse files Browse the repository at this point in the history
For those who want to continue using single state (compatibility mode), set the config option to true
  • Loading branch information
Foereaper authored Jul 1, 2024
1 parent 77fe954 commit 1c5a94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElunaConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void ElunaConfig::Initialize()
{
// Load bools
SetConfig(CONFIG_ELUNA_ENABLED, "Eluna.Enabled", true);
SetConfig(CONFIG_ELUNA_COMPATIBILITY_MODE, "Eluna.CompatibilityMode", true);
SetConfig(CONFIG_ELUNA_COMPATIBILITY_MODE, "Eluna.CompatibilityMode", false);
SetConfig(CONFIG_ELUNA_TRACEBACK, "Eluna.TraceBack", false);
SetConfig(CONFIG_ELUNA_SCRIPT_RELOADER, "Eluna.ScriptReloader", false);

Expand Down

0 comments on commit 1c5a94d

Please sign in to comment.