Inform only online servers
This commit is contained in:
parent
91063ce199
commit
e2e2c6bb79
@ -63,7 +63,7 @@ public class BungeeSender implements SettingsDependent {
|
|||||||
private void sendForwardedBungeecordMessage(final String subChannel, final String... data) {
|
private void sendForwardedBungeecordMessage(final String subChannel, final String... data) {
|
||||||
final ByteArrayDataOutput out = ByteStreams.newDataOutput();
|
final ByteArrayDataOutput out = ByteStreams.newDataOutput();
|
||||||
out.writeUTF("Forward");
|
out.writeUTF("Forward");
|
||||||
out.writeUTF("ALL");
|
out.writeUTF("ONLINE");
|
||||||
out.writeUTF(subChannel);
|
out.writeUTF(subChannel);
|
||||||
final ByteArrayDataOutput dataOut = ByteStreams.newDataOutput();
|
final ByteArrayDataOutput dataOut = ByteStreams.newDataOutput();
|
||||||
for (final String element : data) {
|
for (final String element : data) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user