Author: soliton
Date: Sat Oct  4 19:28:12 2008
New Revision: 29870

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29870&view=rev
Log:
* connect to 1.4 by default

Modified:
    branches/1.4/data/tools/wesnoth/campaignserver_client.py   (contents, props 
changed)

Modified: branches/1.4/data/tools/wesnoth/campaignserver_client.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/data/tools/wesnoth/campaignserver_client.py?rev=29870&r1=29869&r2=29870&view=diff
==============================================================================
--- branches/1.4/data/tools/wesnoth/campaignserver_client.py (original)
+++ branches/1.4/data/tools/wesnoth/campaignserver_client.py Sat Oct  4 
19:28:12 2008
@@ -3,7 +3,7 @@
 
 class CampaignClient:
     # First port listed will be used as default.
-    portmap = (("15003", "1.5.x"), ("15004", "1.2.x"), ("15005", "1.4.x"))
+    portmap = (("15005", "1.4.x"), ("15003", "1.5.x"), ("15004", "1.2.x"))
 
     def __init__(self, address = None):
         """

Propchange: branches/1.4/data/tools/wesnoth/campaignserver_client.py
------------------------------------------------------------------------------
    svn:executable = *


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to