VentureChat
VentureChat copied to clipboard
Bug causing channel change when Quick Chat is blocked
Content: Quick Chat is a feature that allows users to send messages quickly without changing the chat channel using the format /channel [message].
However, if the /channel [message] is canceled by an event, a bug occurs where the chat transmission is blocked, and the channel is changed instead.
Example:
- type '/lc asdf'
- Skript triggers a cancel event (due to spam, cooldown, etc.)
- As a result, the chat message "asdf" does not get displayed
- However, the chat channel changes to "local"
Changing the chat channel is not in line with the intended purpose of Quick Chat and is causing confusion among users.
Therefore, I request that this bug be fixed.
Channel Global:
Alias: g
/g Hello
Will send the message Hello
to the Global channel and not change channel focus.
/g
Will change channel focus to Global.
Are you certain this isn't what is happening? Because I traced through the command and the listener and don't see how cancelling the event would alter the functionality of the command.