Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit a323902

Browse files
einrobinGiantTreeLP
authored andcommitted
Implemented WrapperInfo.isReady
1 parent 8272d50 commit a323902

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudnet-lib/src/main/java/de/dytanic/cloudnet/lib/network/WrapperInfo.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,8 @@ public String getHostName() {
6363
public String getVersion() {
6464
return version;
6565
}
66+
67+
public boolean isReady() {
68+
return ready;
69+
}
6670
}

0 commit comments

Comments
 (0)