Show socketAddress in BungeeServerInfo.toString
This commit is contained in:
parent
503b4827d9
commit
24a53a671c
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user