Minor fixes

This commit is contained in:
MoNTE48 2020-01-21 20:14:10 +01:00
parent fb03b8c049
commit 09fc16db50
5 changed files with 62 additions and 62 deletions

View File

@ -192,7 +192,7 @@ local function on_place_node(place_to, newnode,
type = pointed_thing.type,
above = vector.new(pointed_thing.above),
under = vector.new(pointed_thing.under),
ref = pointed_thing.ref,
ref = pointed_thing.ref
}
callback(place_to_copy, newnode_copy, placer,
oldnode_copy, itemstack, pointed_thing_copy)