From 46962390ff1fae075d4bb892fd04e5e8f54c5ef8 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Sun, 11 Jul 2010 18:55:10 +0000 Subject: [PATCH] cleanup --- stead/goto.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/stead/goto.lua b/stead/goto.lua index 7f32bc7..6cef49a 100644 --- a/stead/goto.lua +++ b/stead/goto.lua @@ -121,7 +121,6 @@ function player_back(self) -- deprecated end function back() - local where = here(); return me():goto(from(), true); end