Skip to content

Commit

Permalink
remove TransactionOrder from experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
AoElite committed Sep 23, 2023
1 parent ab0bece commit 16f2e54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import java.util.ArrayList;

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

public TransactionOrder(GrimPlayer player) {
Expand Down

0 comments on commit 16f2e54

Please sign in to comment.