Only AntiTest

This commit is contained in:
Lixfel
2025-04-08 21:34:41 +02:00
parent 2405c5e620
commit f2d8c9c02b
@@ -48,7 +48,7 @@ public class Spectator implements Listener {
private final Set<Player> pseudoSpectator = new HashSet<>();
public Spectator() {
new StateDependentListener(ArenaMode.All, FightState.All, this);
new StateDependentListener(ArenaMode.AntiTest, FightState.All, this);
new StateDependentTask(ArenaMode.AntiTest, FightState.All, this::pseudoSpectatorCheck, 1, 1);
}