Remove debug

This commit is contained in:
creeper123123321 2019-04-21 18:57:11 -03:00 committed by GitHub
parent bd7e36e38c
commit 2cadde1187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ public class VelocityServerHandler {
getMinecraftConnection.invoke(e.getPlayer()),
"getSessionHandler"
);
System.out.println(sessionHandler);
if (clientPlaySessionHandler.isInstance(sessionHandler)) { // It may be InitialConnectSessionHandler on the first server connection
Set<String> knownChannels = (Set<String>) getKnownChannels.invoke(sessionHandler);
if (previousServerProtocol != -1) {