summaryrefslogtreecommitdiffhomepage
path: root/not/Player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Player.lua')
-rw-r--r--not/Player.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/not/Player.lua b/not/Player.lua
index 1cf6018..72d64bb 100644
--- a/not/Player.lua
+++ b/not/Player.lua
@@ -60,10 +60,6 @@ end
function Player:controlreleased (set, action, key)
if set ~= self:getControllerSet() then return end
- -- Jumping
- if action == "jump" then
- self.jumpTimer = Hero.JUMP_TIMER
- end
end
return Player