We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3059e41 commit 765df41Copy full SHA for 765df41
2 files changed
pom.xml
@@ -8,7 +8,7 @@
8
<packaging>jar</packaging>
9
10
<name>mcMMOAction</name>
11
- <version>2.1</version>
+ <version>2.1.1</version>
12
<inceptionYear>2016</inceptionYear>
13
<url>https://dev.bukkit.org/bukkit-plugins/mcmmoaction/</url>
14
<description>
src/main/java/com/github/games647/mcmmoaction/listener/MessageListener.java
@@ -65,7 +65,6 @@ public void onPacketSending(PacketEvent packetEvent) {
65
}
66
67
String json = message.getJson();
68
- System.out.println(json);
69
String cleanedJson = gson.toJson(cleanJsonFromHover(json));
70
if (cleanedJson == null) {
71
return;
0 commit comments