Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Jun 19, 2024
1 parent 9cce442 commit 0023175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubes/lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ end
-------------------------

local function safe_print(param)
if pipeworks.lua_tube_print_behavior == "log" then
if minetest.settings:get("pipeworks_lua_tube_print_behavior") == "log" then
local string_meta = getmetatable("")
local sandbox = string_meta.__index
string_meta.__index = string -- Leave string sandbox temporarily
Expand Down

0 comments on commit 0023175

Please sign in to comment.