Inform only online servers

This commit is contained in:
Gabriele C 2018-08-30 12:39:01 +02:00
parent 91063ce199
commit e2e2c6bb79

View File

@ -63,7 +63,7 @@ public class BungeeSender implements SettingsDependent {
private void sendForwardedBungeecordMessage(final String subChannel, final String... data) {
final ByteArrayDataOutput out = ByteStreams.newDataOutput();
out.writeUTF("Forward");
out.writeUTF("ALL");
out.writeUTF("ONLINE");
out.writeUTF(subChannel);
final ByteArrayDataOutput dataOut = ByteStreams.newDataOutput();
for (final String element : data) {