Update
This commit is contained in:
@@ -24,7 +24,7 @@ import java.util.logging.Logger;
|
||||
*/
|
||||
public class InternalPlugin implements Plugin {
|
||||
|
||||
private static InternalPlugin plugin;
|
||||
private static final InternalPlugin plugin;
|
||||
|
||||
public static InternalPlugin getPlugin() {
|
||||
return plugin;
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.regex.Pattern;
|
||||
*/
|
||||
public class InternalPluginLoader implements PluginLoader {
|
||||
|
||||
private static JavaPluginLoader loader;
|
||||
private static final JavaPluginLoader loader;
|
||||
|
||||
public static PluginLoader getLoader() {
|
||||
return loader;
|
||||
|
||||
@@ -30,12 +30,13 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
public class BridgeImpl extends InternalPluginBridge {
|
||||
|
||||
private Object economy;
|
||||
private Object permission;
|
||||
private Method getRegionManager;
|
||||
private boolean placeholder;
|
||||
private final boolean placeholder;
|
||||
private boolean worldguard;
|
||||
|
||||
public BridgeImpl() {
|
||||
|
||||
Reference in New Issue
Block a user