updated the ports to point to the real dev server
This commit is contained in:
parent
bd1d1afc24
commit
2848f39f85
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ use wml;
|
|||
use wml_net;
|
||||
use strict;
|
||||
|
||||
my ($host, $port) = ("campaigns.wesnoth.org", 15002);
|
||||
my ($host, $port) = ("campaigns.wesnoth.org", 15003);
|
||||
|
||||
$| = 1;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ use wml;
|
|||
use wml_net;
|
||||
use strict;
|
||||
|
||||
my ($host, $port) = ("campaigns.wesnoth.org", 15002);
|
||||
my ($host, $port) = ("campaigns.wesnoth.org", 15003);
|
||||
|
||||
$| = 1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue