This commit is contained in:
dordsor21
2021-09-15 13:19:25 +01:00
parent 61e5d9f1b6
commit b2b8598b5b
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ public abstract class RegionManager {
private static final Logger LOGGER = LogManager.getLogger("PlotSquared/" + RegionManager.class.getSimpleName());
public static RegionManager manager = null;
private final WorldUtil worldUtil;
protected final WorldUtil worldUtil;
private final GlobalBlockQueue blockQueue;
private final ProgressSubscriberFactory subscriberFactory;