MovingListener - Add data.timeRiptiding

This commit is contained in:
CaptainObvious0 2019-03-28 01:21:35 -05:00 committed by GitHub
parent f75cf0d0fa
commit 07bd93349e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -472,6 +472,10 @@ public class MovingListener extends CheckListener implements TickListener, IRemo
earlyReturn = false;
token = null;
}
if (player.isRiptiding()) {
data.timeRiptiding = System.currentTimeMillis();
}
final boolean debug = pData.isDebugActive(checkType);