mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Command description map does not need a getter
This commit is contained in:
parent
0425aeae3a
commit
ee560cafc4
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue