I get the following message in the console every time the server starts or the plugin is reloaded:
[2026.09.19 14:05:22] [ERRO] Failed to load config file (is the config file corrupt?) (Additional text found in JSON string after finishing deserializing object. Path '[0]', line 2, position 3.)
at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, bool checkAdditionalContent)
at object Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at object Newtonsoft.Json.JsonSerializer.Deserialize(JsonReader reader, Type objectType)
at object Newtonsoft.Json.JsonConvert.DeserializeObject(string value, Type type, JsonSerializerSettings settings)
at Dictionary<string, object> Newtonsoft.Json.JsonConvert.DeserializeObject<Dictionary<string, object>>(string value, JsonSerializerSettings settings)
at void Oxide.Core.Configuration.DynamicConfigFile.Load(string filename) in /home/runner/work/Carbon/Carbon/src/Carbon.Components/Carbon.Common/src/Oxide/Configuration/DynamicConfigFile.cs:line 21
at void Oxide.Core.Plugins.Plugin.LoadConfig() in /home/runner/work/Carbon/Carbon/src/Carbon.Components/Carbon.Common/src/Oxide/Plugin.cs:line 647
[2026.09.19 14:05:22] [INFO] [RFRadio] Loaded 15 vehicle configurations from config file.
I tried deleting the config and letting it recreate, but it still happens.