Update FreezeTimersOverlay.java

This commit is contained in:
Kyleeld
2019-05-22 23:00:27 +01:00
committed by GitHub
parent e68002d898
commit 75bc56874f

View File

@@ -95,7 +95,6 @@ public class FreezeTimersOverlay extends Overlay
{
final Player player = playerDespawned.getPlayer();
// All despawns ok: death, teleports, log out, runs away from screen
if (config.showPlayers() | config.showNpcs() | config.FreezeTimers() | config.Veng() | config.TB())
{
this.remove(player);
}