aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/BeaconMenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/BeaconMenu.cpp')
-rw-r--r--Minecraft.World/BeaconMenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/BeaconMenu.cpp b/Minecraft.World/BeaconMenu.cpp
index 707e9ebf..62908b4f 100644
--- a/Minecraft.World/BeaconMenu.cpp
+++ b/Minecraft.World/BeaconMenu.cpp
@@ -134,7 +134,7 @@ bool BeaconMenu::PaymentSlot::mayPlace(shared_ptr<ItemInstance> item)
return false;
}
-int BeaconMenu::PaymentSlot::getMaxStackSize()
+int BeaconMenu::PaymentSlot::getMaxStackSize() const
{
return 1;
} \ No newline at end of file