diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-30 00:17:03 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-30 00:17:03 +0200 |
commit | ce73074792ab0b1ad7ae6ffdf33d5911f531ce22 (patch) | |
tree | ab30f9862ade2248a93a52e7f6067adfbc3b2f44 | |
parent | ff8def17c85dc6d8f362e2f325037d909850e46b (diff) | |
download | hydra-dragonfire-ce73074792ab0b1ad7ae6ffdf33d5911f531ce22.tar.xz |
Fix unfinished sentence in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Poll will return early if the script is interrupted by a signal, one of the sele Additionally, different native components can be enabled per-client to manage state. Currently only the `auth` component is available, but components like `map`, `objs`, `inv`, `pos`, `playerlist` etc. will be added in the future. -Components handle packets asynchronously, they will process +Components handle packets asynchronously, they will process them even if poll is not called. # Documentation For available packets, see `spec/client` and `spec/server`. |