From 94be796966d97c1713267e1773fb24bb35841402 Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Sat, 20 Feb 2016 07:34:03 +0100 Subject: [PATCH] some refactoring for post/stack --- post.lua | 1 - stack.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/post.lua b/post.lua index 3110a7f..db72825 100644 --- a/post.lua +++ b/post.lua @@ -64,7 +64,6 @@ function private.post_auction(slot, k) end function private.stop() - controller().reset() if state then local callback = state.callback local posted = state.posted diff --git a/stack.lua b/stack.lua index e51da82..ff625a5 100644 --- a/stack.lua +++ b/stack.lua @@ -113,7 +113,6 @@ function private.max_stack(slot) end function private.stop() - controller().reset() if state then local callback, slot = state.callback, state.target_slot