mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-01 16:20:26 +01:00
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:
parent
7de214abae
commit
d5c1e289a9
@ -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()){
|
||||
|
Loading…
Reference in New Issue
Block a user