Skip to content

Commit 39aa706

Browse files
committed
Update version number to 6.18.5
1 parent 7ff7fbb commit 39aa706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VotingPlugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.bencodez</groupId>
66
<artifactId>votingplugin</artifactId>
7-
<version>6.18.5-SNAPSHOT</version>
7+
<version>6.18.5</version>
88
<packaging>jar</packaging>
99
<name>VotingPlugin</name>
1010
<properties>

VotingPlugin/src/main/java/com/bencodez/votingplugin/proxy/VotingPluginProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ public void run() {
780780
}
781781
int size = in.readInt();
782782

783-
debug("Received plugin message, processing...");
783+
debug("Received plugin message, processing..." + subchannel + " " + size);
784784

785785
String data = "";
786786
if (size > 0) {

0 commit comments

Comments
 (0)