diff options
Diffstat (limited to 'src/UI/MinecartWithChestWindow.h')
-rw-r--r-- | src/UI/MinecartWithChestWindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/UI/MinecartWithChestWindow.h b/src/UI/MinecartWithChestWindow.h index bf136a43d..57e9beedf 100644 --- a/src/UI/MinecartWithChestWindow.h +++ b/src/UI/MinecartWithChestWindow.h @@ -26,7 +26,6 @@ public: cWindow(wtChest, "Minecart with Chest"), m_ChestCart(a_ChestCart) { - m_ShouldDistributeToHotbarFirst = false; m_SlotAreas.push_back(new cSlotAreaMinecartWithChest(a_ChestCart, *this)); m_SlotAreas.push_back(new cSlotAreaInventory(*this)); m_SlotAreas.push_back(new cSlotAreaHotBar(*this)); |