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:
parent
df0bffc222
commit
09a7bec129
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user