Skip to content

Commit

Permalink
remove Crash D & E from experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
AoElite committed Dec 15, 2023
1 parent efd5107 commit 9d23406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/ac/grim/grimac/checks/impl/crash/CrashD.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.github.retrooper.packetevents.wrapper.play.client.WrapperPlayClientClickWindow;
import com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerOpenWindow;

@CheckData(name = "CrashD", experimental = true)
@CheckData(name = "CrashD", experimental = false)
public class CrashD extends Check implements PacketCheck {

public CrashD(GrimPlayer playerData) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ac/grim/grimac/checks/impl/crash/CrashE.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import com.github.retrooper.packetevents.protocol.packettype.PacketType;
import com.github.retrooper.packetevents.wrapper.play.client.WrapperPlayClientSettings;

@CheckData(name = "CrashE", experimental = true)
@CheckData(name = "CrashE", experimental = false)
public class CrashE extends Check implements PacketCheck {

public CrashE(GrimPlayer playerData) {
Expand Down

0 comments on commit 9d23406

Please sign in to comment.