Skip to content

Commit

Permalink
removed luaopen_bit
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 24, 2023
1 parent babdccd commit 2e7984f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/logic/scripting/scripting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ void scripting::initialize() {
throw std::runtime_error("could not to initialize Lua");
}
luaopen_base(L);
luaopen_bit(L);
luaopen_math(L);
luaopen_jit(L);

Expand Down

0 comments on commit 2e7984f

Please sign in to comment.