fix: set _dispatching
This commit is contained in:
parent
6052dc578b
commit
5a68b8bb4e
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue