diff options
author | madmaxoft <github@xoft.cz> | 2013-10-28 13:30:24 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-28 13:30:24 +0100 |
commit | df20c19986805380cfd728d63f2e3003331b1665 (patch) | |
tree | 6f2d00c4b23f46af9a6d39550186815a95905dcb /source/Protocol | |
parent | APIDump: Documented HTTPFormData and HTTPRequest. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | source/Protocol/Protocol125.cpp | 2 |
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; |