mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Remove unneeded commented out code
This commit is contained in:
parent
732f79bbfc
commit
93e280dba4
@ -34,10 +34,6 @@ import java.util.HashMap;
|
|||||||
public abstract class SetupUtils {
|
public abstract class SetupUtils {
|
||||||
|
|
||||||
public static HashMap<String, GeneratorWrapper<?>> generators = new HashMap<>();
|
public static HashMap<String, GeneratorWrapper<?>> generators = new HashMap<>();
|
||||||
// static {
|
|
||||||
// generators.put(PlotSquared.platform().pluginName(),
|
|
||||||
// (HybridGen) PlotSquared.platform().injector().getInstance(IndependentPlotGenerator.class));
|
|
||||||
// }
|
|
||||||
|
|
||||||
public abstract void updateGenerators(final boolean force);
|
public abstract void updateGenerators(final boolean force);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user