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.
This commit is contained in:
asofold 2014-07-21 14:24:06 +02:00
parent 7de214abae
commit d5c1e289a9

View File

@ -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()){