Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix first letter in chatbox moving player
Fix part of issue MovingBlocks#2833 (Various isses with movement inputs persisting through the chatbox) where the first letter typed into an empty chatbox was causing the player to move. This was caused by the event falling through to the normal event system, because a path was not marked with eventHandled = true.
- Loading branch information