From: Elias Fleckenstein Date: Sun, 29 May 2022 22:17:03 +0000 (+0200) Subject: Fix unfinished sentence in README.md X-Git-Tag: v0.1.0~7 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ce73074792ab0b1ad7ae6ffdf33d5911f531ce22;p=hydra-dragonfire.git Fix unfinished sentence in README.md --- diff --git a/README.md b/README.md index 7eba379..0990a87 100644 --- a/README.md +++ b/README.md @@ -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`.