Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Sep 27, 2023
1 parent f08c199 commit 80842be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game_api/script/lua_vm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2674,7 +2674,6 @@ void add_partial_safe_libraries(sol::environment& env)
}
void hide_unsafe_libraries(sol::environment& env)
{
static const sol::state& global_vm = get_lua_vm();
for (auto& field : unsafe_fields)
{
env[field] = sol::nil;
Expand Down

0 comments on commit 80842be

Please sign in to comment.