Remove redundant line that was moved to WorldNameChecker.

This commit is contained in:
benwoo1110 2021-03-10 17:41:56 +08:00
parent e843b0711d
commit ecc76033dc
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ import java.util.stream.Collectors;
*/
public class WorldManager implements MVWorldManager {
private final MultiverseCore plugin;
private final Pattern worldNamePattern = Pattern.compile("[a-zA-Z0-9/._-]+");
private final WorldPurger worldPurger;
private final Map<String, MultiverseWorld> worlds;
private Map<String, WorldProperties> worldsFromTheConfig;