Hey all, I am having a small issue. When i turn on Read variable values from file the configuration editor only reads the last variable. When i turn off Read variable values from file the configuration editor reads everything just fine, unless you manually edit the config file. (![whitelist],![blacklist],![admin] are my custom made and inserted variables.
Please let me know what i am doing wrong.
here is my config:
{
"$id": "1",
"RequireAuthentication": true,
"AllowDebugCalls": true,
"WhiteList": {
"$id": "2",
"System.String": {
"$type": "System.Collections.Generic.List`1[[system.String, mscorlib]], mscorlib",
"$values": [![whitelist]]
}
},
"BlackList": {
"$id": "3",
"System.String": {
"$type": "System.Collections.Generic.List`1[[system.String, mscorlib]], mscorlib",
"$values": [![blacklist]]
}
},
"Admins": {
"$id": "4",
"System.String": {
"$type": "System.Collections.Generic.List`1[[system.String, mscorlib]], mscorlib",
"$values": [![admin]]
}
}