From e4464c3faa9c4fcb724e8da3b89d01e3f6ca0338 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Sun, 3 Oct 2021 13:56:47 +0200 Subject: [PATCH] corrected typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f867f34..60fbd30 100644 --- a/init.lua +++ b/init.lua @@ -105,7 +105,7 @@ minetest.register_tool( "replacer:replacer", local keys=placer:get_player_control(); - -- just place the stored node if now new one is to be selected + -- just place the stored node if no new one is to be selected if( not( keys["sneak"] ) and not( keys["aux1"])) then return replacer.replace( itemstack, placer, pointed_thing, 0 ); end