1
0
Fork 0

Fixed creative click-outside

* Fixes #1995
This commit is contained in:
Tiger Wang 2015-05-11 23:21:46 +01:00
parent 30b17bcb97
commit c10e83c02d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Implements the 1.8.x protocol classes:
/** The slot number that the client uses to indicate "outside the window". */
static const Int16 SLOT_NUM_OUTSIDE = -999;
static const Int16 SLOT_NUM_OUTSIDE = -1;