Refactor: Fix slow initial server start

Moved hashing to first update check
This commit is contained in:
zontreck 2025-01-04 17:50:10 -07:00
parent 48ffb70544
commit 317df007d4
7 changed files with 30 additions and 13 deletions

View file

@ -45,4 +45,6 @@ class SessionData {
///
/// Use the [Settings.getWorldSnapshotFiles] function instead
static List<String> IE_SNAPSHOTS = [];
static bool IS_FIRST_MOD_CHECK = true;
}