Attempt to fix the mod update checker

This commit is contained in:
zontreck 2024-11-26 14:10:24 -07:00
parent 5d5d43ed06
commit 82c3a8cbcb
5 changed files with 13 additions and 5 deletions

View file

@ -38,6 +38,8 @@ class Settings {
bool FTS = true;
UUID remoteLoginToken = UUID.ZERO;
bool isDownloadingMods = false;
PacketClient? client;
User superuser = User.make("admin", "changeMe123", UserLevel.Super_User);