Move platforms for isolation

This commit is contained in:
Tim203 2024-02-18 19:03:14 +01:00
parent f1f30e5d19
commit bc301fba60
No known key found for this signature in database
56 changed files with 28 additions and 8 deletions

View file

@ -144,6 +144,16 @@ public class GeyserBungeePingPassthrough implements IGeyserPingPassthrough, List
return false;
}
@Override
public boolean isTransferred() {
return false;
}
@Override
public CompletableFuture<byte[]> retrieveCookie(String s) {
return null;
}
@Override
public InetSocketAddress getAddress() {
return remote;