Explorar o código

typing error.

sangwq hai 1 ano
pai
achega
8567277de8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Venus/Venus_Simulator/Instances/SystemConfig.cs

+ 0 - 1
Venus/Venus_Simulator/Instances/SystemConfig.cs

@@ -34,7 +34,6 @@ namespace Venus_Simulator.Instances
                         var cfg_stream = File.Open(config_path, FileMode.Open, FileAccess.Read);
                         XmlDocument xmlData = new XmlDocument();
                         xmlData.Load(config_path);
-                        xmlData.Load(stream);
 
                         XmlNodeList scdatas = xmlData.SelectNodes("root/scdata");
                         foreach (XmlElement nodedata in scdatas)