Remove debug leftover

This commit is contained in:
Tim203 2023-06-03 11:56:48 +02:00
parent c5d4b86564
commit bf9951c8f3
No known key found for this signature in database
GPG Key ID: 736F3CD49EF01DBF
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}