diff options
author | runs <runs@runs-PC.runs.es> | 2020-05-19 04:00:15 +0200 |
---|---|---|
committer | runs <runs@runs-PC.runs.es> | 2020-05-19 04:00:15 +0200 |
commit | 2591d4ab567f90896801f4f7821ed9909819b3b1 (patch) | |
tree | 55b464307e5e6e55909bc36c776d7d8e32e8b5da | |
parent | 9522c009f7652e54873495eb1817f77c6415a739 (diff) | |
download | fireworkz-2591d4ab567f90896801f4f7821ed9909819b3b1.tar.gz fireworkz-2591d4ab567f90896801f4f7821ed9909819b3b1.tar.bz2 fireworkz-2591d4ab567f90896801f4f7821ed9909819b3b1.zip |
fixes
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ for _, i in pairs(variant_list) do end, on_use = function(itemstack, user, pointed_thing) - local pos = minetest.get_pointed_thing_position(pointed_thing, false) + local pos = minetest.get_pointed_thing_position(pointed_thing, true) if pos then fireworkz.launch(pos, rdt) end |