Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-25 07:40:10 +01:00
Command description map does not need a getter
Dieser Commit ist enthalten in:
Ursprung
0425aeae3a
Commit
ee560cafc4
@ -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;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren