Ursprung
f44fe64a43
Commit
59cac59fe9
@ -113,9 +113,9 @@ public enum SchematicType {
|
|||||||
return kuerzel;
|
return kuerzel;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String toDB(){
|
/*public String toDB(){
|
||||||
return name().toLowerCase();
|
return name.toLowerCase();
|
||||||
}
|
}*/
|
||||||
|
|
||||||
public static SchematicType fromDB(String input){
|
public static SchematicType fromDB(String input){
|
||||||
return fromDB.getOrDefault(input.toLowerCase(), null);
|
return fromDB.getOrDefault(input.toLowerCase(), null);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren