From 5fb30abbc8e3f869115711be7d111515fb0d1471 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Fri, 9 Jul 2010 16:28:18 +0000 Subject: [PATCH] goto is always action --- stead/goto.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stead/goto.lua b/stead/goto.lua index b5e05da..887811e 100644 --- a/stead/goto.lua +++ b/stead/goto.lua @@ -144,7 +144,7 @@ go = stead.hook(go, function(f, ...) if stead.in_life_call then ACTION_TEXT = nil end - if r == nil and PLAYER_MOVED and v == nil then + if r == nil and v == nil then if cctx() then cctx().action = true else