mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Fix FastFlags being loaded too early
This commit is contained in:
parent
43555d7a4e
commit
8dde69d580
@ -197,7 +197,6 @@ namespace Bloxstrap
|
||||
}
|
||||
|
||||
Directories.Initialize(BaseDirectory);
|
||||
FastFlags.Load();
|
||||
|
||||
// we shouldn't save settings on the first run until the first installation is finished,
|
||||
// just in case the user decides to cancel the install
|
||||
@ -206,6 +205,7 @@ namespace Bloxstrap
|
||||
InitLog();
|
||||
Settings.Load();
|
||||
State.Load();
|
||||
FastFlags.Load();
|
||||
}
|
||||
|
||||
#if !DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user