From 155a7a0c4c9148374790687b3b46abfeb61a86c5 Mon Sep 17 00:00:00 2001
From: Aspw-w <0kcabtuo0@gmail.com>
Date: Fri, 8 Sep 2023 19:39:31 +0900
Subject: [PATCH] =?UTF-8?q?=E8=90=8E=E3=81=88=E3=81=9F=E3=83=8B=E3=82=AC?=
=?UTF-8?q?=E3=83=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
NightX.iws | 12 ++++++------
.../client/features/module/impl/player/Scaffold.kt | 4 ----
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/NightX.iws b/NightX.iws
index b030b981..67f931e0 100644
--- a/NightX.iws
+++ b/NightX.iws
@@ -154,7 +154,7 @@
-
+
@@ -214,7 +214,7 @@
-
+
@@ -286,7 +286,7 @@
-
+
@@ -301,7 +301,7 @@
-
+
@@ -376,7 +376,7 @@
-
+
@@ -391,7 +391,7 @@
-
+
diff --git a/src/main/java/net/aspw/client/features/module/impl/player/Scaffold.kt b/src/main/java/net/aspw/client/features/module/impl/player/Scaffold.kt
index b591a05a..f64d9014 100644
--- a/src/main/java/net/aspw/client/features/module/impl/player/Scaffold.kt
+++ b/src/main/java/net/aspw/client/features/module/impl/player/Scaffold.kt
@@ -472,10 +472,6 @@ class Scaffold : Module() {
)
)
}
- if (!MovementUtils.isMoving()) {
- pulseTimer.reset()
- return
- }
if (pulseTimer.hasTimePassed(desyncDelayValue.get().toLong())) {
blink()
pulseTimer.reset()