1
0

Hopefully fixed creative inventory tossing items out of the window.

( http://forum.mc-server.org/showthread.php?tid=434&pid=4657#pid4657 )

git-svn-id: http://mc-server.googlecode.com/svn/trunk@905 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-09-29 14:56:33 +00:00
parent df0bffc222
commit 09a7bec129

View File

@ -100,7 +100,7 @@ void cWindow::Clicked(
return; return;
} }
if (a_SlotNum == -999) // Outside window click if (a_SlotNum < 0) // Outside window click
{ {
if (a_IsRightClick) if (a_IsRightClick)
{ {