Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Jan 26, 2024
1 parent 621dbc0 commit 3f93251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beholdhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ bool BeholdHelper::ReInitialize(bool forceReTraining, const std::string &jsonpat

std::ifstream assetStream2(fs::path(jsonpath + "ship_schematics.json").make_preferred().string());
nlohmann::json j2;
assetStream >> j2;
assetStream2 >> j2;

for (auto &element : j2) {
std::string symbol = element.at("ship")["model"].get<std::string>();
Expand Down

0 comments on commit 3f93251

Please sign in to comment.