Skip to content

Commit 4116e27

Browse files
committed
CoordLogger
1 parent 17e3115 commit 4116e27

4 files changed

Lines changed: 630 additions & 4 deletions

File tree

src/main/java/net/wurstclient/WurstTranslator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ private boolean isBuiltInWurstResourcePack(Resource resource)
233233
.flatMap(Resource::knownPackInfo).orElse(null);
234234

235235
if(knownPack == null)
236-
return false;
237-
236+
return false;
237+
238238
if(!"fabric".equals(knownPack.namespace()))
239239
return false;
240240

@@ -243,4 +243,4 @@ private boolean isBuiltInWurstResourcePack(Resource resource)
243243
|| "nicewurst".equals(id);
244244
}
245245

246-
}
246+
}

src/main/java/net/wurstclient/hack/HackList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ public final class HackList implements UpdateListener
225225
public final LogoutSpotsHack logoutSpotsHack = new LogoutSpotsHack();
226226
public final TridentEspHack tridentEspHack = new TridentEspHack();
227227
public final ChestSearchHack chestSearchHack = new ChestSearchHack();
228+
public final CoordLoggerHack coordLoggerHack = new CoordLoggerHack();
228229

229230
private final TreeMap<String, Hack> hax =
230231
new TreeMap<>(String::compareToIgnoreCase);

0 commit comments

Comments
 (0)