diff options
Diffstat (limited to 'source/game/StarItemDatabase.cpp')
-rw-r--r-- | source/game/StarItemDatabase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarItemDatabase.cpp b/source/game/StarItemDatabase.cpp index c3f2447..b3eb16b 100644 --- a/source/game/StarItemDatabase.cpp +++ b/source/game/StarItemDatabase.cpp @@ -375,7 +375,7 @@ ItemRecipe ItemDatabase::parseRecipe(Json const& config) const { return res; } -HashSet<ItemRecipe> ItemDatabase::allRecipes() const { +HashSet<ItemRecipe> const& ItemDatabase::allRecipes() const { return m_recipes; } |