[trampoline] init.lua: Remove reference to non-existent function

"trampoline_punch".
master
AntumDeluge 2016-08-12 10:07:11 -07:00
parent 3c60d79f5b
commit 66c0cb3741
1 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ addColoredTrampNode = function(color, bounce)
node_box = trampolinebox,
selection_box = trampolinebox,
paramtype = "light",
on_punch = trampoline_punch,
tiles = {
"top.png",
"bottom.png",
@ -64,7 +63,6 @@ minetest.register_node("trampoline:trampoline", {
node_box = trampolinebox,
selection_box = trampolinebox,
paramtype = "light",
on_punch = trampoline_punch,
tiles = {
"top.png",
"bottom.png",