Add the 1.19.x campaignd to port list

This commit is contained in:
Gunter Labes 2024-03-22 22:30:22 +01:00
parent 8096970a93
commit 01db35ae56
No known key found for this signature in database
GPG key ID: C0C7B971CC910216

View file

@ -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"),