diff options
author | cheapie <no-email-for-you@example.com> | 2018-11-22 15:40:23 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2018-11-22 15:40:23 -0600 |
commit | 12553287309b053d59a878287c9a29e1540c070a (patch) | |
tree | fb0f77ad70e935b420e820e765b6155fcddfab52 | |
parent | 2fea22fd5f8b311b43fc627304c2f89093a48ec6 (diff) | |
download | roads-12553287309b053d59a878287c9a29e1540c070a.tar roads-12553287309b053d59a878287c9a29e1540c070a.tar.gz roads-12553287309b053d59a878287c9a29e1540c070a.tar.bz2 roads-12553287309b053d59a878287c9a29e1540c070a.tar.xz roads-12553287309b053d59a878287c9a29e1540c070a.zip |
Fix warning
-rw-r--r-- | infrastructure/advanced_automatic_warning_device.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/advanced_automatic_warning_device.lua b/infrastructure/advanced_automatic_warning_device.lua index 574fc0d..f6fc08d 100644 --- a/infrastructure/advanced_automatic_warning_device.lua +++ b/infrastructure/advanced_automatic_warning_device.lua @@ -83,7 +83,7 @@ minetest.register_node("infrastructure:automatic_warning_device_top", { "infrastructure_automatic_warning_device_top_side.png", "infrastructure_automatic_warning_device_top.png" }, - on_destruct = stop_bell, + on_destruct = infrastructure.stop_bell, drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", |