Updated for b123.

This commit is contained in:
sk89q 2010-10-30 18:28:04 -07:00
parent 9f74a71374
commit 6376b3314a

View File

@ -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;
}
/**