mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
fix compiler crashing
This commit is contained in:
parent
916675fb08
commit
5a5c5721cc
@ -71,7 +71,7 @@ public class MainCommand extends Command {
|
||||
if (instance == null) {
|
||||
instance = new MainCommand();
|
||||
|
||||
private final Injector injector = PlotSquared.platform().getInjector();
|
||||
final Injector injector = PlotSquared.platform().getInjector();
|
||||
final List<Class<? extends Command>> commands = new LinkedList<>();
|
||||
commands.add(Caps.class);
|
||||
commands.add(Buy.class);
|
||||
|
Loading…
Reference in New Issue
Block a user