From 5cae3fb3a3e572d4f26308cfb3d717f473c7cf66 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Thu, 1 May 2008 00:00:27 +0000 Subject: [PATCH] This is no longer useful to us. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5034 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/presents/client/Communicator.as | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/as/com/threerings/presents/client/Communicator.as b/src/as/com/threerings/presents/client/Communicator.as index 566c96e86..c9ad66543 100644 --- a/src/as/com/threerings/presents/client/Communicator.as +++ b/src/as/com/threerings/presents/client/Communicator.as @@ -102,14 +102,12 @@ public class Communicator var host :String = _client.getHostname(); var pportKey :String = host + ".preferred_port"; - var pport :int = - (PresentsPrefs.config.getValue(pportKey, ports[0]) as int); + var pport :int = ports[0]; var ppidx :int = Math.max(0, ports.indexOf(pport)); var port :int = (ports[(_portIdx + ppidx) % ports.length] as int); if (logonWasSuccessful) { _portIdx = -1; // indicate that we're no longer trying new ports - PresentsPrefs.config.setValue(pportKey, port); } else { Log.getLog(this).info(