More debug info
This commit is contained in:
@@ -146,11 +146,11 @@ public class Server {
|
|||||||
|
|
||||||
}
|
}
|
||||||
public String getJoinableDebug(ProxiedPlayer p) {
|
public String getJoinableDebug(ProxiedPlayer p) {
|
||||||
return (!whitelisted || whitelistedplayers.contains(p.getName())) + "\n" +
|
return "whitelist: "+(!whitelisted || whitelistedplayers.contains(p.getName())) + "\n" +
|
||||||
this.isOnline() +"\n"+
|
"online: "+this.isOnline() +"\n"+
|
||||||
this.canAccess(p) +"\n"+
|
"canaccess: "+this.canAccess(p) +"\n"+
|
||||||
!this.isFull() +"\n"+
|
"full: "+ !this.isFull() +"\n"+
|
||||||
!this.isPaused();
|
"paused: "+!this.isPaused();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user