fix compiler crashing

This commit is contained in:
Alexander Söderberg 2020-07-12 07:38:57 +02:00
parent 916675fb08
commit 5a5c5721cc
No known key found for this signature in database
GPG Key ID: C0207FF7EA146678

View File

@ -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);