Skip to content

Commit ce9406a

Browse files
Update quake3.py
1 parent e0010c1 commit ce9406a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengsq/protocols/quake3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self, address: str, query_port: int, timeout: float = 5.0):
1616

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

2121
br = BinaryReader(response_data)
2222
header = br.read_string(self._delimiter1)

0 commit comments

Comments
 (0)