Skip to content

Commit

Permalink
fix: Use ONLINE plugin message target
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmakila committed Jul 18, 2023
1 parent 2734cc1 commit 959bfc8
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 959bfc8

Please sign in to comment.