This commit is contained in:
CrazyMax
2021-03-30 13:57:28 +02:00
parent ac90ddf06e
commit e04b4d01a9
2 changed files with 29 additions and 38 deletions

View File

@ -47,7 +47,6 @@ export class Meta {
if (tag.attrs['enable'] == 'false') {
continue;
}
switch (tag.type) {
case tcl.Type.Schedule: {
version = this.procSchedule(version, tag);