Fix typo in lua_api.txt

This commit is contained in:
Craig Robbins 2014-12-15 01:09:17 +10:00
parent dcbf1b3ce5
commit 06207ac550

View File

@ -2560,7 +2560,7 @@ Node definition (register_node)
^ Node destructor; always called after removing node
^ default: nil
after_place_node = func(pos, placer, itemstack, pointed_thing),
after_place_node = func(pos, placer, itemstack, pointed_thing)
^ Called after constructing node when node was placed using
minetest.item_place_node / minetest.place_node
^ If return true no item is taken from itemstack