This commit is contained in:
2021-10-21 18:53:26 +02:00
parent 8ef4c5da12
commit 70b0f66fb1

View File

@@ -171,6 +171,7 @@ func (d *DemoMatchLoader) Setup(config *DemoMatchLoaderConfig) error {
d.lock = config.Lock
d.db = config.Db
d.dp = &DemoParser{}
d.parseMap = map[string]bool{}
err := d.dp.Setup(config.Db, config.Lock, config.Worker)
if err != nil {
return err