Little tweaking

This commit is contained in:
Jean-Patrick Guerrero 2021-11-16 05:09:37 +01:00
parent 8f49914c9f
commit d95caf847a
1 changed files with 1 additions and 1 deletions

View File

@ -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()