Kaynağa Gözat

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

Kolja Strohm 2 yıl önce
ebeveyn
işleme
6d822962b1
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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);