From 6376b3314a3c1d85f1733358ada57145124b9a42 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sat, 30 Oct 2010 18:28:04 -0700 Subject: [PATCH] Updated for b123. --- src/SMServerInterface.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SMServerInterface.java b/src/SMServerInterface.java index 3a5b5ad80..24c024c1d 100644 --- a/src/SMServerInterface.java +++ b/src/SMServerInterface.java @@ -39,9 +39,8 @@ public class SMServerInterface implements ServerInterface { if ((type >= 21 && type <= 34) || type == 36) { return false; } - etc.getServer().setBlockAt(type, pt.getBlockX(), pt.getBlockY(), + return etc.getServer().setBlockAt(type, pt.getBlockX(), pt.getBlockY(), pt.getBlockZ()); - return true; } /**