reduced afk distance
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
let distance = mp.game.gameplay.getDistanceBetweenCoords(lp.x, lp.y, lp.z, np.x, np.y, np.z, false);
|
||||
|
||||
if (distance <= 5) {
|
||||
if (distance <= 3) {
|
||||
if (!afkStatus) {
|
||||
afkCounter++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user