From d5c1e289a99ff6a0b76270e377d8f0381d07f4a7 Mon Sep 17 00:00:00 2001 From: asofold Date: Mon, 21 Jul 2014 14:24:06 +0200 Subject: [PATCH] Count "just look" moves same way. As CB reduces the number of events, this should be fine. The cause of trouble that lead to skipping these had been elsewhere. --- .../nocheatplus/checks/moving/MorePackets.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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()){