Skip to content

Commit

Permalink
Merge pull request #1098 from fabianmakila/plugin-message-fix
Browse files Browse the repository at this point in the history
Use ONLINE plugin message target instead of ALL
  • Loading branch information
AoElite authored Jul 20, 2023
2 parents 2734cc1 + 959bfc8 commit 464a57e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static void sendPluginMessage(String message) {
ByteArrayOutputStream messageBytes = new ByteArrayOutputStream();
ByteArrayDataOutput out = ByteStreams.newDataOutput();
out.writeUTF("Forward");
out.writeUTF("ALL");
out.writeUTF("ONLINE");
out.writeUTF("GRIMAC");

try {
Expand Down

0 comments on commit 464a57e

Please sign in to comment.