Add the 1.19.x campaignd to port list
This commit is contained in:
parent
8096970a93
commit
01db35ae56
1 changed files with 2 additions and 1 deletions
|
@ -27,8 +27,8 @@ dumpi = 0
|
|||
class CampaignClient:
|
||||
# First port listed will be used as default.
|
||||
portmap = (
|
||||
("15019", "1.19.x"),
|
||||
("15018", "1.18.x"),
|
||||
("15017", "1.17.x"),
|
||||
("15016", "1.16.x"),
|
||||
("15014", "1.14.x"),
|
||||
("15004", "trunk"),
|
||||
|
@ -36,6 +36,7 @@ class CampaignClient:
|
|||
|
||||
# Deactivated servers.
|
||||
deactivated = (
|
||||
("15017", "1.17.x"),
|
||||
("15015", "1.15.x"),
|
||||
("15008", "1.13.x"),
|
||||
("15007", "1.12.x"),
|
||||
|
|
Loading…
Add table
Reference in a new issue