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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user