corrected typo

This commit is contained in:
Sokomine 2021-10-03 13:56:47 +02:00
parent ef93ee2494
commit e4464c3faa
1 changed files with 1 additions and 1 deletions

View File

@ -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