We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd365fa commit cbecec3Copy full SHA for cbecec3
gradle.properties
@@ -8,6 +8,6 @@ yarn_mappings=1.21.11+build.3
8
loader_version=0.18.2
9
10
# Mod Properties
11
-mod_version=2.6.8
+mod_version=2.6.9
12
maven_group=cqb13.NumbyHack
13
archives_base_name=Numby-Hack
src/main/java/cqb13/NumbyHack/modules/general/SculkRangeEsp.java
@@ -246,8 +246,9 @@ private void onRender(Render3DEvent event) {
246
if (!Utils.canUpdate())
247
return;
248
249
- if (!hideWhenSneaking.get() && mc.player.isSneaking())
+ if (hideWhenSneaking.get() && mc.player.isSneaking()) {
250
251
+ }
252
253
synchronized (foundSensors) {
254
for (FoundSensor sensor : foundSensors) {
0 commit comments