Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbudda committed Mar 9, 2017
1 parent 0333dd1 commit 11a6b35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/org/vivecraft/listeners/VivecraftNetworkListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ else if(mode.trim().equalsIgnoreCase("exclude"))
final byte[] p = byteArrayOutputStream.toByteArray();

sender.sendPluginMessage(vse, vse.CHANNEL, p);
for (byte b : p) {
vse.getLogger().info(b+ " ");
}

objectOutputStream.close();

}
Expand Down

0 comments on commit 11a6b35

Please sign in to comment.