Config example has invalid JSONFixed

Hey the Exaple Config wont work

{ "ResearchCosts": {}, "BlueprintRulesets": [ { "Name": "disallowall", "AllowedBlueprints": [] } { "Name": "allowall", "DisallowedBlueprints": [] }, { "Name": "noexplosives", "OptionalBlueprints": [], "DisallowedBlueprints": [ "ammo.grenadelauncher.he", "ammo.rocket.basic", "ammo.rocket.fire", "ammo.rocket.hv", "ammo.rifle.explosive", "explosive.satchel", "explosive.timed", "explosives", ], "BlueprintsWithNoPrerequisites": [] } ] }​​


Console say thie:

(12:39:11) | TechTreeControl v0.2.0: Failed to load config file (is the config file corrupt?) (After parsing a value an unexpected character was encountered: {. Path 'BlueprintRulesets[0]', line 8, position 4.)

(12:39:11) | [Tech Tree Control] Configuration file TechTreeControl.json is invalid; using defaults

what am I doing wrong

Sorry Solved in your Exemple after

"AllowedBlueprints": [] } {​
did you forget the , betwen }{ 

 

;)

Fixed the docs, thanks!

Locked automatically