Added debug message

This commit is contained in:
Nanit 2021-11-13 11:50:39 +02:00
parent 14fd8f094c
commit 207bf16b0c

View File

@ -335,6 +335,8 @@ public class ClientConnection extends ChannelInboundHandlerAdapter {
setAddress(socketAddressHostname);
gameProfile.setUuid(uuid);
Logger.debug("Successfully verified BungeeGuard token");
return true;
}