diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-12-15 20:40:12 +0100 |
---|---|---|
committer | HacktheTime <l4bg0jb7@duck.com> | 2023-12-15 20:40:12 +0100 |
commit | 9e64d3f752512ed124daca944023cc83ca3f85f4 (patch) | |
tree | c046ae204e1dd17d570a65a881381754d3351fe1 /common | |
parent | 2a22b024361e195819337b736e57a68742029a5a (diff) | |
download | BBsentials-master.tar.gz BBsentials-master.tar.bz2 BBsentials-master.zip |
Diffstat (limited to 'common')
-rw-r--r-- | common/src/main/java/de/hype/bbsentials/common/client/Config.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/main/java/de/hype/bbsentials/common/client/Config.java b/common/src/main/java/de/hype/bbsentials/common/client/Config.java index 5b4f4a3..23ee176 100644 --- a/common/src/main/java/de/hype/bbsentials/common/client/Config.java +++ b/common/src/main/java/de/hype/bbsentials/common/client/Config.java @@ -34,7 +34,7 @@ public class Config implements Serializable { public boolean useNumCodes = true; public boolean overrideBingoTime = false; public boolean connectToBeta = false; - public boolean useMojangAuth = false; + public boolean useMojangAuth = true; public String bbServerURL = "static.88-198-149-240.clients.your-server.de"; public String apiKey = ""; |