mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Remove unneeded commented out code
This commit is contained in:
@ -34,10 +34,6 @@ import java.util.HashMap;
|
||||
public abstract class SetupUtils {
|
||||
|
||||
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);
|
||||
|
||||
|
Reference in New Issue
Block a user