Phase5
This commit is contained in:
@@ -189,6 +189,10 @@ func mapSoftwareFamily(family string) string {
|
||||
switch strings.ToUpper(strings.TrimSpace(family)) {
|
||||
case "PAPER":
|
||||
return "PAPER"
|
||||
case "FABRIC":
|
||||
return "FABRIC"
|
||||
case "PURPUR":
|
||||
return "PURPUR"
|
||||
default:
|
||||
return "VANILLA"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user