Skip to content

Commit

Permalink
Added US server to connection list
Browse files Browse the repository at this point in the history
  • Loading branch information
vinibiavatti1 committed Jan 5, 2023
1 parent 0731219 commit ab0aa03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion project/models/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@ def _register_default_connections(self) -> None:
"""
self._connections.append(
ConnectionModel(
'codenameeaglemultiplayer.com',
'EU Server',
'89.38.98.12:24711'
),
ConnectionModel(
'US Server',
'67.199.173.146:24711'
)
)

0 comments on commit ab0aa03

Please sign in to comment.