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 0af5e85 commit 9cb9529Copy full SHA for 9cb9529
sc2reader/engine/__init__.py
@@ -15,5 +15,6 @@ def setGameEngine(engine):
15
module.register_plugins = engine.register_plugins
16
17
_default_engine = GameEngine()
18
+_default_engine.register_plugin(plugins.GameHeartNormalizer())
19
_default_engine.register_plugin(plugins.ContextLoader())
20
setGameEngine(_default_engine)
0 commit comments