summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockWorkbench.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blocks/BlockWorkbench.h')
-rw-r--r--src/Blocks/BlockWorkbench.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Blocks/BlockWorkbench.h b/src/Blocks/BlockWorkbench.h
index 19bf551dd..329a1ddeb 100644
--- a/src/Blocks/BlockWorkbench.h
+++ b/src/Blocks/BlockWorkbench.h
@@ -34,6 +34,8 @@ public:
const Vector3i a_CursorPos
) override
{
+ a_Player.GetStatManager().AddValue(Statistic::InteractWithCraftingTable);
+
cWindow * Window = new cCraftingWindow();
a_Player.OpenWindow(*Window);
return true;