mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-24 07:46:42 +01:00
Remove debug leftover
This commit is contained in:
parent
c5d4b86564
commit
bf9951c8f3
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public class LoginEncryptionUtils {
|
|||
startEncryptionHandshake(session, identityPublicKey);
|
||||
} catch (Throwable e) {
|
||||
// An error can be thrown on older Java 8 versions about an invalid key
|
||||
if (true || geyser.getConfig().isDebugMode()) {
|
||||
if (geyser.getConfig().isDebugMode()) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue