Skip to content

Commit 84c5d8c

Browse files
committed
Fix restriction upgrade
1 parent d4ffe5c commit 84c5d8c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

upgrades.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -152,18 +152,6 @@ H5PUpgrades['H5P.GameMap'] = (() => {
152152
}
153153
}
154154
]
155-
},
156-
{
157-
allOrAnyRestriction: 'any',
158-
restrictionList: [
159-
{
160-
restrictionType: 'totalScore',
161-
totalScoreGroup: {
162-
totalScoreOperator: 'greaterThan',
163-
totalScoreValue: minScore
164-
}
165-
}
166-
]
167155
}
168156
]
169157
};

0 commit comments

Comments
 (0)