Update to Minecraft Server 1.2

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
CraftBukkit/Spigot
2011-01-14 13:31:10 +00:00
parent ff4b91655a
commit c695452813
6 changed files with 12 additions and 12 deletions

View File

@@ -110,7 +110,7 @@ public class CraftBlockState implements BlockState {
*/
public void setTypeID(final int type) {
this.type = type;
world.getHandle().d(x, y, z, type);
world.getHandle().e(x, y, z, type);
}
/**