diff options
Diffstat (limited to 'src/client/Buttons.hx')
| -rw-r--r-- | src/client/Buttons.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/Buttons.hx b/src/client/Buttons.hx index 86a7d82..aba629e 100644 --- a/src/client/Buttons.hx +++ b/src/client/Buttons.hx @@ -351,6 +351,7 @@ class Buttons { if (Utils.isTouch()) main.scrollChatToEnd(); } new InputWithHistory(chatline, 50, value -> { + if (main.handleCommands(value)) return true; main.send({ type: Message, message: { |
