Skip to content
Success

Changes

Summary

  1. check the player's server before really connecting (commit: 68712ab) (details)
  2. setDisplayName bug fix (commit: d900a5e) (details)
  3. send message to player if target is current server (commit: 6e9cdb2) (details)
Commit 68712ab8541cec9471bbf0e8e9fe37f6e9242d38 by wea_ondara
check the player's server before really connecting

otherwise the player will be kicked with the message "Logged in from another location" if the target server is the current server
(commit: 68712ab)
The file was modifiedproxy/src/main/java/net/md_5/bungee/UserConnection.java (diff)
Commit d900a5eae74c43cb613b298cf7fb11e0268cbe74 by wea_ondara
setDisplayName bug fix

first remove
then change and add again
(commit: d900a5e)
The file was modifiedproxy/src/main/java/net/md_5/bungee/UserConnection.java (diff)
Commit 6e9cdb2e20c8d4138f08e9e4596dbb3f6cc54a75 by wea_ondara
send message to player if target is current server
(commit: 6e9cdb2)
The file was modifiedproxy/src/main/java/net/md_5/bungee/UserConnection.java (diff)