1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Command description map does not need a getter

This commit is contained in:
Camotoy
2021-12-26 15:07:49 -05:00
parent 0425aeae3a
commit ee560cafc4

View File

@@ -47,7 +47,6 @@ import java.util.Map;
public class CommandManager { public class CommandManager {
@Getter @Getter
private final Map<String, GeyserCommand> commands = new HashMap<>(); private final Map<String, GeyserCommand> commands = new HashMap<>();
@Getter
private final Map<String, String> commandDescriptionOverrides; private final Map<String, String> commandDescriptionOverrides;
private final GeyserImpl geyser; private final GeyserImpl geyser;