Allow setting whether to bind to the local address.

This commit is contained in:
md_5
2013-08-04 18:56:48 +10:00
parent fb94612315
commit 14ac2dd308
3 changed files with 7 additions and 2 deletions

View File

@@ -52,4 +52,8 @@ public class ListenerInfo
* Class used to build tab lists for this player.
*/
private final Class<? extends TabListHandler> tabList;
/**
* Whether to set the local address when connecting to servers.
*/
private final boolean setLocalAddress;
}