Attempt to fix the mod update checker
This commit is contained in:
parent
5d5d43ed06
commit
82c3a8cbcb
5 changed files with 13 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue