mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-01-09 17:30:24 +01:00
Remove a debug message
This commit is contained in:
parent
ae9935fcca
commit
f44bdbfb36
@ -125,7 +125,6 @@ end
|
|||||||
|
|
||||||
local is_jammed
|
local is_jammed
|
||||||
local function wireless_activate(pos)
|
local function wireless_activate(pos)
|
||||||
print("activating wireless at pos " .. minetest.pos_to_string(pos))
|
|
||||||
if is_jammed(pos) then
|
if is_jammed(pos) then
|
||||||
-- jamming doesn't disallow receiving signals, only sending them
|
-- jamming doesn't disallow receiving signals, only sending them
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user