Refactor: Fix slow initial server start
Moved hashing to first update check
This commit is contained in:
parent
48ffb70544
commit
317df007d4
7 changed files with 30 additions and 13 deletions
|
@ -45,4 +45,6 @@ class SessionData {
|
|||
///
|
||||
/// Use the [Settings.getWorldSnapshotFiles] function instead
|
||||
static List<String> IE_SNAPSHOTS = [];
|
||||
|
||||
static bool IS_FIRST_MOD_CHECK = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue