Skip to content

Commit

Permalink
2.0.1 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
LOOHP committed Apr 18, 2020
1 parent 2cd51f7 commit ba7191f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/com/loohp/interactivechat/Listeners/ChatPackets.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ public void onPacketSending(PacketEvent event) {
if (base instanceof TranslatableComponent) {
return;
}
}
}
if (wcc == null) {
if (basecomponent.toPlainText().equals("")) {
return;
}
}

String rawMessageKey = basecomponent.toPlainText();
if (!InteractiveChat.keyTime.containsKey(rawMessageKey)) {
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: InteractiveChat
author: loohp
version: 2.0.0
version: 2.0.1
main: com.loohp.interactivechat.InteractiveChat
api-version: 1.13
description: Make the chat interactive
Expand Down

0 comments on commit ba7191f

Please sign in to comment.