This commit is contained in:
asofold 2014-06-15 01:26:08 +02:00
parent 122e2ac751
commit fc83b884b3

View File

@ -63,7 +63,7 @@ public class BlockInit {
* @param mat
*/
public static void setPropsAs(int newId, Material mat) {
setPropsAs(newId, mat);
BlockProperties.setBlockProps(newId, BlockProperties.getBlockProps(mat));
}
/**