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
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 0 additions and 1 deletions

View File

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