mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-08 01:08:13 +01:00
Remove redundant line that was moved to WorldNameChecker.
This commit is contained in:
parent
e843b0711d
commit
ecc76033dc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user