clean up PlayerCommandPreprocess listener

This commit is contained in:
SirYwell
2022-03-24 09:44:35 +01:00
parent efc2083798
commit 676ca9fdf1
2 changed files with 57 additions and 56 deletions

View File

@ -29,6 +29,7 @@ import java.util.HashMap;
import java.util.Map;
import java.util.regex.Pattern;
@Deprecated(since = "TODO", forRemoval = true)
public class RegExUtil {
public static Map<String, Pattern> compiledPatterns;