getTyp() angepasst
This commit is contained in:
@@ -105,7 +105,7 @@ public class Menue {
|
||||
}
|
||||
|
||||
public String getTyp() {
|
||||
if (typ.equals("DessertV") || typ.equals("Dessert")) {
|
||||
if (typ.contains("DessertV") || typ.contains("Dessert")) {
|
||||
return "";
|
||||
} else {
|
||||
|
||||
|
Reference in New Issue
Block a user