From 044313ea34209417f6f3837ff3b0402a8eeb7ed5 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 24 Feb 2017 22:53:19 +0100 Subject: Disabled jumping sound for now --- player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player.lua b/player.lua index 5e75e68..775dd60 100644 --- a/player.lua +++ b/player.lua @@ -205,7 +205,7 @@ function Player:controlpressed(set, action, key) if self.jumpnumber > 0 then -- General jump logics self.jumpactive = true - self:playSound(6) + --self:playSound(6) -- Spawn proper effect if not self.inAir then self:createEffect("jump") -- cgit v1.1