fix: increase max time a bit but i'm not sure if this will make the bot crash with translate crash spam
This commit is contained in:
@@ -63,7 +63,7 @@ public class ComponentUtilities {
|
||||
private static class ComponentParser {
|
||||
public static final Pattern ARG_PATTERN = Pattern.compile("%(?:(\\d+)\\$)?([A-Za-z%]|$)");
|
||||
|
||||
public static final long MAX_TIME = 5; // Change Clock Time And Break Bot !
|
||||
public static final long MAX_TIME = 25; // Change Clock Time And Break Bot !
|
||||
|
||||
public static final int MAX_DEPTH = 256;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user