From 3ef6a0af08f57ddd6c573421bbde064b0aa90908 Mon Sep 17 00:00:00 2001 From: FynnTW Date: Tue, 8 Oct 2024 16:35:11 +0300 Subject: [PATCH] Update luaPlugin.cpp --- M2TWEOP Code/M2TWEOP library/luaPlugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/M2TWEOP Code/M2TWEOP library/luaPlugin.cpp b/M2TWEOP Code/M2TWEOP library/luaPlugin.cpp index 8ef5d365..201532c3 100644 --- a/M2TWEOP Code/M2TWEOP library/luaPlugin.cpp +++ b/M2TWEOP Code/M2TWEOP library/luaPlugin.cpp @@ -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;