File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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." );
Original file line number Diff line number Diff 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." );
You can’t perform that action at this time.
0 commit comments