fix: set _dispatching

This commit is contained in:
əlemi 2022-04-18 20:25:37 +02:00
parent 6052dc578b
commit 5a68b8bb4e
No known key found for this signature in database
GPG key ID: BBCBFE5D7244634E

View file

@ -58,6 +58,7 @@ class Dispatcher:
self._is_server = server
self.host = "localhost"
self.port = 25565
self._dispatching = False
@property
def is_server(self) -> bool: