FabioZumbi12 / UltimateChat

Ultimate and advanced Chat for Bukkit and Sponge
GNU General Public License v3.0
31 stars 33 forks source link

[BUG] Typing a /g followed by a message just ignores what you typed and puts your last message in chat instead #370

Closed DeSinc closed 2 weeks ago

DeSinc commented 2 years ago

Describe the bug If you type a message in another channel by typing /g Message here for example, it will not type "Message" but rather it will fill in your LAST MESSAGE that you typed! So if I type "hello" and it goes in [Local] hello -- and then I type "/g Anyone on?" it will write in global chat "[Global] hello" INSTEAD of what I actually wrote!

To Reproduce Steps to reproduce the behavior:

  1. type a message in one chat, any chat
  2. type another message directly in another channel, for example: /g Blah blah Message here
  3. Instead of sending what you just typed after the /g, it will send whatever your LAST message was

Expected behavior If you type /g Message - it should write the MESSAGE you just typed after the /g into the chat, NOT the last message you wrote before that

Server and plugins versions (please complete the following information):

DeSinc commented 2 weeks ago

I believe this was fixed btw.