mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
get port from preference; don't hardcode
This commit is contained in:
parent
fc21139d52
commit
964eedf887
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class CommsAddrRec {
|
|||
conType = CommsConnType.COMMS_CONN_RELAY;
|
||||
ip_relay_invite = "Room 1";
|
||||
ip_relay_hostName = CommonPrefs.getDefaultRelayHost();
|
||||
ip_relay_port = 10999;
|
||||
ip_relay_port = CommonPrefs.getDefaultRelayPort();
|
||||
}
|
||||
|
||||
public CommsAddrRec( final CommsAddrRec src )
|
||||
|
|
Loading…
Add table
Reference in a new issue