Skip to content

Commit 1104166

Browse files
committed
fix default enable condition
1 parent c5cfd23 commit 1104166

File tree

2 files changed

+2
-2
lines changed
  • AnarchyExploitFixesFolia/src/main/java/me/xginko/aef/modules/packets
  • AnarchyExploitFixesLegacy/src/main/java/me/xginko/aef/modules/packets

2 files changed

+2
-2
lines changed

AnarchyExploitFixesFolia/src/main/java/me/xginko/aef/modules/packets/BundleCrash.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class BundleCrash extends PacketModule {
1313

1414
public BundleCrash() {
1515
super("patches.bundle-crash-patch",
16-
Platform.getServerVersion().isNewerThanOrEquals(ServerVersion.V_1_20_5)
16+
Platform.getServerVersion().isNewerThanOrEquals(ServerVersion.V_1_21_3)
1717
&& !Platform.getServerVersion().isOlderThan(ServerVersion.V_1_21_4),
1818
PacketListenerPriority.HIGHEST,
1919
"Patches a crash exploit found and made public by autism inc involving bundles.");

AnarchyExploitFixesLegacy/src/main/java/me/xginko/aef/modules/packets/BundleCrash.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class BundleCrash extends PacketModule {
1313

1414
public BundleCrash() {
1515
super("patches.bundle-crash-patch",
16-
Platform.getServerVersion().isNewerThanOrEquals(ServerVersion.V_1_20_5)
16+
Platform.getServerVersion().isNewerThanOrEquals(ServerVersion.V_1_21_3)
1717
&& !Platform.getServerVersion().isOlderThan(ServerVersion.V_1_21_4),
1818
PacketListenerPriority.HIGHEST,
1919
"Patches a crash exploit found and made public by autism inc involving bundles.");

0 commit comments

Comments
 (0)