mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-27 18:01:33 +01:00
Remove duplicate cleanup call.
This commit is contained in:
parent
c3ab80cd74
commit
854f70a10e
@ -1078,7 +1078,6 @@ public class MovingListener extends CheckListener implements TickListener, IRemo
|
||||
final MoveInfo info = useMoveInfo();
|
||||
info.set(player, loc, null, cc.yOnGround);
|
||||
data.adjustLiftOffEnvelope(info.from);
|
||||
info.cleanup();
|
||||
returnMoveInfo(info);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user