Fix crash
This commit is contained in:
parent
a7e0212de5
commit
e8f18be49c
1 changed files with 1 additions and 1 deletions
|
@ -1107,7 +1107,7 @@ public class OpeningHoursParser {
|
|||
} else if(pair[0].mainNumber == 2) {
|
||||
basic.easter = true;
|
||||
}
|
||||
} else {
|
||||
} else if(pair[0].mainNumber >= 0){
|
||||
array[pair[0].mainNumber] = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue