diff --git a/a2s/info.py b/a2s/info.py index c64ec84..50c2e88 100644 --- a/a2s/info.py +++ b/a2s/info.py @@ -62,7 +62,7 @@ class SourceInfo(metaclass=DataclsMeta): # Optional: """Extra data field, used to indicate if extra values are included in the response""" - edf: int + edf: int = 0 """Port of the game server.""" port: int diff --git a/setup.py b/setup.py index 426f4a2..5bed764 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as readme: setuptools.setup( name="python-a2s", - version="1.1.3", + version="1.1.4", author="Gabriel Huber", author_email="mail@gabrielhuber.at", description="Query Source and GoldSource servers for name, map, players and more.",