mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Fix #3246
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user