diff --git a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/MorePackets.java b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/MorePackets.java index 67d7df4d..5a143709 100644 --- a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/MorePackets.java +++ b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/MorePackets.java @@ -49,11 +49,11 @@ public class MorePackets extends Check { // Take time once, first: final long time = System.currentTimeMillis(); - if (from.isSamePos(to)) { - // Ignore moves with "just look" for now. - // TODO: Extra ActionFrequency for "just look" + use to burn, maybe also check individually. - return null; - } +// if (from.isSamePos(to)) { +// // Ignore moves with "just look" for now. +// // TODO: Extra ActionFrequency for "just look" + use to burn, maybe also check individually. +// return null; +// } // Ensure we have a set-back location. if (!data.hasMorePacketsSetBack()){