We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba6c3b commit 3d39282Copy full SHA for 3d39282
sc2reader/data/__init__.py
@@ -323,7 +323,7 @@ def create_build(build):
323
setattr(data, unit.name, unit)
324
for ability in abilities.values():
325
if ability.name in train_commands:
326
- ability.is_build = True
+ ability.is_build = True
327
ability.build_unit = getattr(data,train_commands[ability.name])
328
setattr(data, ability.name, ability)
329
0 commit comments