Fix treasure stair orientation

This commit is contained in:
Shaun Bennett 2016-02-02 05:50:03 -05:00
parent a34ae8cf49
commit 86917fb146

View File

@ -77,7 +77,9 @@ public class BlockChangeAnimation extends Animation
continue;
_blockInfoList.add(new BlockInfo(b));
byte data = b.getData();
b.setType(mat);
b.setData(data);
}
}
}