From d95caf847a5f854bbdc0eb361c2025309f849ec5 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Tue, 16 Nov 2021 05:09:37 +0100 Subject: [PATCH] Little tweaking --- src/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.lua b/src/common.lua index d2697e3..bea1335 100644 --- a/src/common.lua +++ b/src/common.lua @@ -406,7 +406,7 @@ end local function safe_teleport(player, pos) local name = player:get_player_name() - play_sound(name, "i3_teleport", 1.0) + play_sound(name, "i3_teleport", 0.8) pos.y = pos.y + 0.5 local vel = player:get_velocity()