summaryrefslogtreecommitdiffstats
path: root/src/UI/AnvilWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI/AnvilWindow.h')
-rw-r--r--src/UI/AnvilWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/AnvilWindow.h b/src/UI/AnvilWindow.h
index fd5c77871..e1a91bfc6 100644
--- a/src/UI/AnvilWindow.h
+++ b/src/UI/AnvilWindow.h
@@ -70,7 +70,7 @@ public:
// Inventory or Hotbar
AreasInOrder.push_back(m_SlotAreas[0]); /* Anvil */
}
- super::DistributeStack(a_ItemStack, a_Player, AreasInOrder, a_ShouldApply, false);
+ super::DistributeStackToAreas(a_ItemStack, a_Player, AreasInOrder, a_ShouldApply, false);
}
protected: