mirror of
https://github.com/AppleDash/SaneEconomy.git
synced 2024-11-22 01:56:22 +01:00
Possibly fix multi-server sync
This commit is contained in:
parent
83d8965c23
commit
5663077718
@ -97,6 +97,8 @@ public class SaneEconomy extends SanePlugin implements ISaneEconomy {
|
||||
|
||||
Arrays.stream(playersToSync).filter(p -> (p != null) && !p.isOnline()).forEach(p -> {
|
||||
ByteArrayDataOutput bado = ByteStreams.newDataOutput();
|
||||
bado.writeUTF("Forward");
|
||||
bado.writeUTF("ALL");
|
||||
bado.writeUTF("SaneEconomy");
|
||||
bado.writeUTF("SyncPlayer");
|
||||
bado.writeUTF(p.getUniqueId().toString());
|
||||
|
Loading…
Reference in New Issue
Block a user