Fixed missing breaks breaking stuff.

This commit is contained in:
Erik Broes
2011-03-26 16:53:39 +01:00
parent aa0732519c
commit 0cf9d0a7d6

View File

@@ -51,10 +51,13 @@ public class Step extends MaterialData {
switch (material) {
case SANDSTONE:
setData((byte) 0x1);
break;
case WOOD:
setData((byte) 0x2);
break;
case COBBLESTONE:
setData((byte) 0x3);
break;
case STONE:
default:
setData((byte) 0x0);