changed campaign server perl client default port to 15003
This commit is contained in:
parent
2c5e55c7c2
commit
e3f0fb3e0e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use strict;
|
|||
my $command = 'ls';
|
||||
my $download = '';
|
||||
my $download_to = '';
|
||||
my ($host,$port) = ("campaigns.wesnoth.org",15002);
|
||||
my ($host,$port) = ("campaigns.wesnoth.org",15003);
|
||||
my @fields = ('name','title','author','size','version','filename','downloads');
|
||||
|
||||
while(@ARGV) {
|
||||
|
|
Loading…
Add table
Reference in a new issue