]> git.lizzy.rs Git - hydra-dragonfire.git/commitdiff
Fix unfinished sentence in README.md
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 29 May 2022 22:17:03 +0000 (00:17 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 29 May 2022 22:17:03 +0000 (00:17 +0200)
README.md

index 7eba37916577fd1e75191478afc8ea5368370dd4..0990a8788b2b8232b760789a2f99ff9232276f6e 100644 (file)
--- 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`.