use the luacontroller tool when left clicking instead of right click

This commit is contained in:
HybridDog 2015-12-28 11:19:55 +01:00
parent 30242162df
commit 76f970742d
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ minetest.register_tool("moremesecons_luacontroller_tool:lctt", {
description = "luacontroller template tool",
inventory_image = "moremesecons_luacontroller_tool.png",
on_place = function(itemstack, player, pt)
on_use = function(_, player, pt)
if not player
or not pt then
return