summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol125.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-10-28 13:30:24 +0100
committermadmaxoft <github@xoft.cz>2013-10-28 13:30:24 +0100
commitdf20c19986805380cfd728d63f2e3003331b1665 (patch)
tree6f2d00c4b23f46af9a6d39550186815a95905dcb /source/Protocol/Protocol125.cpp
parentAPIDump: Documented HTTPFormData and HTTPRequest. (diff)
downloadcuberite-df20c19986805380cfd728d63f2e3003331b1665.tar
cuberite-df20c19986805380cfd728d63f2e3003331b1665.tar.gz
cuberite-df20c19986805380cfd728d63f2e3003331b1665.tar.bz2
cuberite-df20c19986805380cfd728d63f2e3003331b1665.tar.lz
cuberite-df20c19986805380cfd728d63f2e3003331b1665.tar.xz
cuberite-df20c19986805380cfd728d63f2e3003331b1665.tar.zst
cuberite-df20c19986805380cfd728d63f2e3003331b1665.zip
Diffstat (limited to 'source/Protocol/Protocol125.cpp')
-rw-r--r--source/Protocol/Protocol125.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Protocol/Protocol125.cpp b/source/Protocol/Protocol125.cpp
index fb7315468..ef40f265a 100644
--- a/source/Protocol/Protocol125.cpp
+++ b/source/Protocol/Protocol125.cpp
@@ -963,7 +963,7 @@ void cProtocol125::SendWholeInventory(const cWindow & a_Window)
void cProtocol125::SendWindowClose(const cWindow & a_Window)
{
- if (a_Window.GetWindowType() == cWindow::Inventory)
+ if (a_Window.GetWindowType() == cWindow::wtInventory)
{
// Do not send inventory-window-close
return;