mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Fixed missing breaks breaking stuff.
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user