mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Remove extra println
This commit is contained in:
parent
7df013daf9
commit
d1f3032249
1 changed files with 0 additions and 2 deletions
|
@ -787,8 +787,6 @@ public class GeyserSession implements GeyserConnection, CommandSender {
|
|||
FloodgateSkinUploader skinUploader = geyser.getSkinUploader();
|
||||
FloodgateCipher cipher = geyser.getCipher();
|
||||
|
||||
System.out.println(new String(FloodgateCipher.HEADER, StandardCharsets.UTF_8));
|
||||
|
||||
encryptedData = cipher.encryptFromString(BedrockData.of(
|
||||
clientData.getGameVersion(),
|
||||
authData.name(),
|
||||
|
|
Loading…
Reference in a new issue