This commit is contained in:
jordan4ibanez 2017-01-17 01:10:16 -05:00
parent 412a3081e8
commit 5e06b163ef

View File

@ -10,7 +10,6 @@ minetest.register_node("newhand:hand", {
drawtype = "mesh",
mesh = "hand.b3d",
node_placement_prediction = false,
visible = false,
})
minetest.register_on_joinplayer(function(player)