Hotfix Schemtype fromDB NPE
Dieser Commit ist enthalten in:
Ursprung
c1981cf66a
Commit
ed3e6a3e46
@ -81,6 +81,8 @@ public class SchematicType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static SchematicType fromDB(String input){
|
public static SchematicType fromDB(String input){
|
||||||
|
if(input == null)
|
||||||
|
return null;
|
||||||
return fromDB.get(input.toLowerCase());
|
return fromDB.get(input.toLowerCase());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren