Explorar el Código

Match Toml spec

ManlyMarco hace 5 años
padre
commit
1523ad3eaa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BepInEx/Configuration/ConfigDefinition.cs

+ 1 - 1
BepInEx/Configuration/ConfigDefinition.cs

@@ -84,7 +84,7 @@ namespace BepInEx.Configuration
 		/// <inheritdoc />
 		public override string ToString()
 		{
-			return Section + " / " + Key;
+			return Section + "." + Key;
 		}
 	}
 }