瀏覽代碼

Removed _density from meta

  Density will now only be obtained by galaxy.dscan
david 3 年之前
父節點
當前提交
406b711faa
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      director.cpp

+ 2 - 0
director.cpp

@@ -1065,12 +1065,14 @@ void Director::SL_densityline(const std::string &line) {
     // what():  [json.exception.type_error.305] cannot use operator[] with a
     // numeric argument with object numeric argument with object
 
+    /*
     std::string sector_text = std::to_string(sector);
     galaxy.meta["_density"][sector_text]["density"] = density;
     galaxy.meta["_density"][sector_text]["warps"] = warps;
     galaxy.meta["_density"][sector_text]["navhaz"] = navhaz;
     galaxy.meta["_density"][sector_text]["anom"] = anom;
     galaxy.meta["_density"][sector_text]["known"] = known;
+    */
     // Add a check to see if density is greater than 500
     // Add datetime stamp
   }