summaryrefslogtreecommitdiff
path: root/drive_entity.lua
diff options
context:
space:
mode:
Diffstat (limited to 'drive_entity.lua')
-rw-r--r--drive_entity.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/drive_entity.lua b/drive_entity.lua
index a9792d8..f26bf11 100644
--- a/drive_entity.lua
+++ b/drive_entity.lua
@@ -35,7 +35,7 @@ local function playbuzz(pos)
celevator.drives.entity.buzzsoundhandles[hash] = minetest.sound_play("celevator_drive_run",{
pos = pos,
loop = true,
- gain = 0.2,
+ gain = 0.1,
})
end