Skip to content

Commit

Permalink
Update quake3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Oct 29, 2022
1 parent e0010c1 commit ce9406a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opengsq/protocols/quake3.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self, address: str, query_port: int, timeout: float = 5.0):

async def get_info(self, strip_color = True) -> dict:
"""This returns server information only."""
response_data = await self._connect_and_send(b'getinfo')
response_data = await self._connect_and_send(b'getinfo opengsq')

br = BinaryReader(response_data)
header = br.read_string(self._delimiter1)
Expand Down

0 comments on commit ce9406a

Please sign in to comment.