added send-fail-debug option

This commit is contained in:
ajgeiss0702
2020-10-17 09:06:26 -07:00
parent 6dd37a309c
commit a9f2c302bd
4 changed files with 33 additions and 2 deletions
@@ -549,6 +549,25 @@ public class Manager {
if(!s.canAccess(nextplayer)) continue;
/*if(nextplayer == null) {
pl.getLogger().info("nextplayer is null");
}
if(nextplayer.getServer() == null) {
pl.getLogger().info("getServer is null");
}
if(nextplayer.getServer().getInfo() == null) {
pl.getLogger().info("getInfo is null");
}
if(nextplayer.getServer().getInfo().getName() == null) {
pl.getLogger().info("getName is null");
}
if(s == null) {
pl.getLogger().info("s is null");
}
if(s.getName() == null) {
pl.getLogger().info("s.getName() is null");
}*/
while(nextplayer.getServer().getInfo().getName().equals(s.getName())) {
s.getQueue().remove(nextplayer);