You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
45d01876c1
roomUnit.getMoveBlockingTask().get() blocked the Netty event loop with no timeout; a stuck/delayed move-blocking task would park the worker thread (and every client on it) indefinitely. Wait at most 2s, then proceed with the walk.