Hotfix MaterialCommand
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2023-01-14 18:04:29 +01:00
Ursprung ab32dbd1ff
Commit 8cfc7bda85

Datei anzeigen

@ -47,7 +47,7 @@ import java.util.function.Predicate;
public class MaterialCommand extends SWCommand implements Listener {
public MaterialCommand() {
super("material");
super("material", "baumaterial");
}
private Map<Player, Search> searchMap = new HashMap<>();