diff options
author | root <root@mirzakhani.gpcf.eu> | 2018-06-10 23:31:16 +0200 |
---|---|---|
committer | root <root@mirzakhani.gpcf.eu> | 2018-06-10 23:31:16 +0200 |
commit | c029cd5a9897102c4c9eeb7e30336e6ae78e81a8 (patch) | |
tree | e79b551f98a026e89868b267171cc23d216f9320 | |
parent | e82f404d97816d33033ebb981afd638ab2feaad5 (diff) | |
parent | 2160ae40cda1b0e0febf528bcd2745bfc64f9589 (diff) |
Merge https://github.com/h-v-smacker/technic
-rw-r--r-- | technic/tools/spray_painter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/tools/spray_painter.lua b/technic/tools/spray_painter.lua index 41b8a6a..4415b84 100644 --- a/technic/tools/spray_painter.lua +++ b/technic/tools/spray_painter.lua @@ -85,7 +85,7 @@ local function spray_paint(itemstack, user, pointed_thing) end minetest.sound_play("technic_spray_painter", { - pos = pos, + pos = user:get_pos(), gain = 0.4, }) |