@@ -7,7 +7,7 @@ xmodel.ModelFactory = class {
match(context) {
const tags = context.tags('pb');
- if (tags.get(101) === 2) {
+ if (tags.get(5) === 2) {
return true;
}
return false;