Skip to content

Commit 232e9ac

Browse files
author
games647
committed
Use the address field for verify task
1 parent f8fe3d7 commit 232e9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ private Object getNetworkManager() throws IllegalAccessException, ClassNotFoundE
209209
}
210210

211211
private boolean enableEncryption(SecretKey loginKey) throws IllegalArgumentException {
212-
plugin.getLog().info("Enabling onlinemode encryption for {}", player.getName());
212+
plugin.getLog().info("Enabling onlinemode encryption for {}", player.getAddress());
213213
// Initialize method reflections
214214
if (encryptMethod == null) {
215215
Class<?> networkManagerClass = MinecraftReflection.getNetworkManagerClass();

0 commit comments

Comments
 (0)