Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit 4be3339

Browse files
committed
[1.7.10] Fixes #96
1 parent 6329c51 commit 4be3339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/me/earth/earthhack/impl/modules/misc/packets

src/main/java/me/earth/earthhack/impl/modules/misc/packets/Packets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public Packets()
137137

138138
new PageBuilder<>(this, page)
139139
.addPage(v -> v == PacketPages.Safe, fastTransactions, miniTeleports)
140-
.addPage(v -> v == PacketPages.Danger, noBookBan)
140+
.addPage(v -> v == PacketPages.Danger, noBookBan, volatileFix)
141141
.register(Visibilities.VISIBILITY_MANAGER);
142142

143143
SimpleData data = new SimpleData(this, "Exploits with packets.");

0 commit comments

Comments
 (0)