fix(core): Configure expansion from config (#571)
This commit is contained in:
parent
dd2933a9ef
commit
c8f4149fed
1 changed files with 2 additions and 0 deletions
|
|
@ -232,6 +232,8 @@ namespace Server
|
|||
m_Settings.Expansion = expansion;
|
||||
}
|
||||
|
||||
Core.Expansion = m_Settings.Expansion.Value;
|
||||
|
||||
if (updated)
|
||||
{
|
||||
Save();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue