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