Added one line that changes everything
Hopefully in a good way
This commit is contained in:
parent
38ccf5d52f
commit
69599cdd20
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ public class MCChatListener implements Listener, IListener<MessageReceivedEvent>
|
||||||
lastmsgdata.message = DiscordPlugin.sendMessageToChannel(lastmsgdata.channel, msg, embedObject);
|
lastmsgdata.message = DiscordPlugin.sendMessageToChannel(lastmsgdata.channel, msg, embedObject);
|
||||||
lastmsgdata.time = nanoTime;
|
lastmsgdata.time = nanoTime;
|
||||||
lastmsgdata.mcchannel = e.getChannel();
|
lastmsgdata.mcchannel = e.getChannel();
|
||||||
|
lastmsgdata.content = "";
|
||||||
} else
|
} else
|
||||||
try {
|
try {
|
||||||
lastmsgdata.content = embedObject.description = lastmsgdata.content + "\n"
|
lastmsgdata.content = embedObject.description = lastmsgdata.content + "\n"
|
||||||
|
|
Loading…
Reference in a new issue