diff --git a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/net/model/TeleportQueue.java b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/net/model/TeleportQueue.java index b5c2e9dc..70ad07c1 100644 --- a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/net/model/TeleportQueue.java +++ b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/net/model/TeleportQueue.java @@ -32,7 +32,7 @@ public class TeleportQueue { /** Location from a Bukkit event, which we expect an outgoing teleport for. */ private DataLocation expectOutgoing = null; - private long maxAge = 1500; // TODO: configurable + private long maxAge = 4000; // TODO: configurable private int maxQueueSize = 60; // TODO: configurable