Remove debug messages
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
18cb65a28b
Commit
cd7ee79cdc
@ -41,7 +41,6 @@ import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.util.*;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.logging.Level;
|
||||
|
||||
public class TablistManager extends BasicListener {
|
||||
|
||||
@ -187,7 +186,6 @@ public class TablistManager extends BasicListener {
|
||||
i++;
|
||||
}
|
||||
}catch(IndexOutOfBoundsException | NullPointerException e){
|
||||
ProxyServer.getInstance().getLogger().log(Level.WARNING, "Whaaa", e);
|
||||
//Ignore IndexOutOfBoundsException
|
||||
//Ignore NPE, happens sometimes (only 1s long) when somebody is joining, server switching or disconnecting
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren