Skip to content

Commit

Permalink
fix: Remove obsolete Phoenix Network principal for BF2
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Oct 16, 2024
1 parent 3830bb5 commit d9eb626
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion GameserverLister/common/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class GamespyPrincipal(Principal):
OldUnreal_com_1 = 'oldunreal.com-1'
OldUnreal_com_2 = 'oldunreal.com-2'
OpenSpy_net = 'openspy.net'
PhoenixNetwork_net = 'phoenixnetwork.net'
Play2142_ru = 'play2142.ru'
PlayBF2_ru = 'playbf2.ru'
Qtracker_com = 'qtracker.com'
Expand Down
4 changes: 0 additions & 4 deletions GameserverLister/games/gamespy.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
GamespyPrincipal.OpenSpy_net: GamespyPrincipalConfig(
hostname='{0}.master.openspy.net'
),
GamespyPrincipal.PhoenixNetwork_net: GamespyPrincipalConfig(
hostname='master.phoenixnetwork.net'
),
GamespyPrincipal.Play2142_ru: GamespyPrincipalConfig(
hostname='{0}.ms.play2142.ru'
),
Expand Down Expand Up @@ -105,7 +102,6 @@
GamespyPrincipal.B2BF2_net,
GamespyPrincipal.BF2Hub_com,
GamespyPrincipal.OpenSpy_net,
GamespyPrincipal.PhoenixNetwork_net,
GamespyPrincipal.PlayBF2_ru
],
link_template_refs={
Expand Down

0 comments on commit d9eb626

Please sign in to comment.