fix(core): Configure expansion from config (#571)

This commit is contained in:
Pedro Pardal 2021-04-15 21:27:08 +02:00 committed by GitHub
parent dd2933a9ef
commit c8f4149fed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,6 +232,8 @@ namespace Server
m_Settings.Expansion = expansion;
}
Core.Expansion = m_Settings.Expansion.Value;
if (updated)
{
Save();