Fix: 不要なコードを削除

This commit is contained in:
Chuhai 2017-03-02 22:37:40 +09:00
parent 664afa7b02
commit 95138a5bb9

View File

@ -320,7 +320,6 @@ end)
minetest.register_tool("debug_helper:inspector", {
description = "Inspector",
inventory_image = "debug_helper_inspector.png",
stack_max = 1,
on_use = function(itemstack, user, pointed_thing)
local playername = user:get_player_name()
if pointed_thing.type == "node" then