Skip to content

Commit

Permalink
Update luaPlugin.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnTW committed Oct 8, 2024
1 parent b65c9b5 commit 3ef6a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion M2TWEOP Code/M2TWEOP library/luaPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,6 @@ void luaPlugin::fillHashMapsVnv()
for (int i = 0; i < ancNum; i++)
{
const auto anc = &ancDb->ancillaries[i];
gameHelpers::logStringGame(std::to_string(i));
ancillaries.insert_or_assign(std::string(anc->ancName), i);
}
hashVnvLoaded = true;
Expand Down

0 comments on commit 3ef6a0a

Please sign in to comment.