check groups

This commit is contained in:
Alexander Yakovlev 2018-08-13 17:03:06 +07:00
parent 9a3ed1a58b
commit dee202335c

View file

@ -65,8 +65,9 @@ for language in languages
key = key.replace(filedir, '')
spec[key] = data
for group in spec.game.groups
parseGroup(group)
if spec.game?
for group in spec.game.groups
parseGroup(group)
for filename, value of distribution
distribution[filename] = Math.round(value * 1000) / 1000