Skip to content

Commit

Permalink
temporarily undo change to script checking timing
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnTW committed Dec 22, 2024
1 parent 8fa154e commit 86dfc05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions M2TWEOP Code/M2TWEOP library/luaPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ int initLuaPlugin(bool isReload)
exit(0);
}
plugData::data.luaAll.addLegacy();
plugData::data.luaAll.loadLuaScript(luaFile);
plugData::data.luaAll.onPluginLoadF();

if (isReload) {
Expand Down Expand Up @@ -200,8 +199,9 @@ sol::state* luaPlugin::init(std::string& luaFilePath, std::string& modPath)
console::handleMessageBoxResult(result);
return nullptr;
}


plugData::data.luaAll.loadLuaScript(luaFilePath);

///M2TWEOP
//@section m2tweopTable

Expand Down

0 comments on commit 86dfc05

Please sign in to comment.