Skip to content

Commit

Permalink
Merge pull request #139 from The-Padi/main
Browse files Browse the repository at this point in the history
Resolved Issue #134
  • Loading branch information
BattlefieldDuck authored Feb 4, 2025
2 parents 9584d20 + b04dbe3 commit 9bd27c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discordgsm/protocols/satisfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ async def query(self):
ping = int((time.time() - start) * 1000)

result: GamedigResult = {
"name": status.server_name,
"name": status.name,
"map": "",
"password": False,
"numplayers": status.num_players,
"numbots": 0,
"maxplayers": status.server_max_nb_players,
"maxplayers": status.max_players,
"players": None,
"bots": None,
"connect": f"{host}:{port}",
Expand Down

0 comments on commit 9bd27c6

Please sign in to comment.