Show socketAddress in BungeeServerInfo.toString

This commit is contained in:
md_5 2020-01-24 14:07:14 +11:00
parent 503b4827d9
commit 24a53a671c

View File

@ -34,7 +34,7 @@ import net.md_5.bungee.protocol.packet.PluginMessage;
@RequiredArgsConstructor
@ToString(of =
{
"name", "address", "restricted"
"name", "socketAddress", "restricted"
})
public class BungeeServerInfo implements ServerInfo
{