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
master
madmaxoft@gmail.com 2012-09-29 14:56:33 +00:00
parent df0bffc222
commit 09a7bec129
1 changed files with 1 additions and 1 deletions

View File

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