From b0f8d8b862732d41150dddcdc192f7f6c93cfa09 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 15 Aug 2016 01:56:24 +0200 Subject: This, this will fix it --- world.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world.lua') diff --git a/world.lua b/world.lua index e4ade94..c96ed33 100644 --- a/world.lua +++ b/world.lua @@ -417,6 +417,6 @@ function World:controlpressed(set, action, key) end function World:controlreleased(set, action, key) for k,naut in pairs(self:getNautsAll()) do - naut:controlpressed(set, action, key) + naut:controlreleased(set, action, key) end end \ No newline at end of file -- cgit v1.1