mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-12 10:41:04 +01:00
Bad last minute ordering.
This commit is contained in:
parent
268c51b729
commit
489c60f07f
@ -55,9 +55,9 @@ public class Passable extends Check {
|
||||
toPassable = false;
|
||||
tags = "raytracing_";
|
||||
}
|
||||
// TODO: Future: If accuracy is demanded, also check the head position (or bounding box right away).
|
||||
rayTracing.cleanup();
|
||||
}
|
||||
// TODO: Future: If accuracy is demanded, also check the head position (or bounding box right away).
|
||||
rayTracing.cleanup();
|
||||
}
|
||||
|
||||
// TODO: Checking order: If loc is not the same as from, a quick return here might not be wanted.
|
||||
|
Loading…
Reference in New Issue
Block a user