summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@mirzakhani.gpcf.eu>2018-06-10 23:31:16 +0200
committerroot <root@mirzakhani.gpcf.eu>2018-06-10 23:31:16 +0200
commitc029cd5a9897102c4c9eeb7e30336e6ae78e81a8 (patch)
treee79b551f98a026e89868b267171cc23d216f9320
parente82f404d97816d33033ebb981afd638ab2feaad5 (diff)
parent2160ae40cda1b0e0febf528bcd2745bfc64f9589 (diff)
Merge https://github.com/h-v-smacker/technic
-rw-r--r--technic/tools/spray_painter.lua2
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,
})