Skip to content

Commit

Permalink
Update ServerCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Wide-Cat authored Oct 25, 2023
1 parent 77aa25e commit 12bb819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import static meteordevelopment.meteorclient.MeteorClient.mc;

public class ServerCommand extends Command {
private static final List<String> ANTICHEAT_LIST = Arrays.asList("nocheatplus", "negativity", "warden", "horizon", "illegalstack", "coreprotect", "exploitsx", "vulcan", "abc", "spartan", "kauri", "anticheatreloaded", "witherac", "godseye", "matrix", "wraith", "antixrayheuristics");
private static final List<String> ANTICHEAT_LIST = Arrays.asList("nocheatplus", "negativity", "warden", "horizon", "illegalstack", "coreprotect", "exploitsx", "vulcan", "abc", "spartan", "kauri", "anticheatreloaded", "witherac", "godseye", "matrix", "wraith", "antixrayheuristics", "grimac");
private static final String completionStarts = "/:abcdefghijklmnopqrstuvwxyz0123456789-";
private int ticks = 0;
private boolean bukkitMode = false;
Expand Down

0 comments on commit 12bb819

Please sign in to comment.