add READY_NOW
This commit is contained in:
parent
aaa11f777c
commit
33d16c4fb6
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ public final class Capability {
|
|||
|
||||
public abstract static class Server {
|
||||
|
||||
public static final CompletableFuture<java.lang.Void> READY_NOW = CompletableFuture.completedFuture(null);
|
||||
private static final Object BRAND = new Object();
|
||||
private ClientHook hook;
|
||||
|
||||
|
|
Loading…
Reference in a new issue