From d9429393360aa9d984ee5aeb4d3f85ccfa2b50df Mon Sep 17 00:00:00 2001 From: sk89q Date: Thu, 25 Nov 2010 02:10:40 -0800 Subject: [PATCH] Fixed compatibility with new server. --- src/ServerInterface.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServerInterface.java b/src/ServerInterface.java index 8dfe4dabc..cc5d8eefe 100644 --- a/src/ServerInterface.java +++ b/src/ServerInterface.java @@ -198,7 +198,7 @@ public class ServerInterface { } Chest chest = (Chest)cblock; - hj[] itemArray = chest.getArray(); + hl[] itemArray = chest.getArray(); // Find an existing slot to put it into for (int i = 0; itemArray.length > i; i++) {