瀏覽代碼

fixed a bug that causes some recipies to be discarded during loading

Kolja Strohm 2 年之前
父節點
當前提交
6d822962b1
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      FactoryCraft/RecipieLoader.cpp

+ 0 - 2
FactoryCraft/RecipieLoader.cpp

@@ -21,8 +21,6 @@ RecipieLoader::~RecipieLoader()
 
 void RecipieLoader::loadRecipies(const char* path)
 {
-    shapedLists.leeren();
-    lists.leeren();
     std::cout << "loading recipies from '" << path << "'" << std::endl;
     Framework::Datei d;
     d.setDatei(path);