From c10e83c02d7074cde10200842451646ecca21ca6 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Mon, 11 May 2015 23:21:46 +0100 Subject: Fixed creative click-outside * Fixes #1995 --- src/Protocol/Protocol18x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/Protocol18x.cpp b/src/Protocol/Protocol18x.cpp index 1d83be8dd..17faca27e 100644 --- a/src/Protocol/Protocol18x.cpp +++ b/src/Protocol/Protocol18x.cpp @@ -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; -- cgit v1.2.3