From fc83b884b316d4ee0e009eea96a926bc6fbd6e27 Mon Sep 17 00:00:00 2001 From: asofold Date: Sun, 15 Jun 2014 01:26:08 +0200 Subject: [PATCH] Whoops. --- .../neatmonster/nocheatplus/compat/blocks/init/BlockInit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/compat/blocks/init/BlockInit.java b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/compat/blocks/init/BlockInit.java index f2229dfd..86a329e4 100644 --- a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/compat/blocks/init/BlockInit.java +++ b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/compat/blocks/init/BlockInit.java @@ -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)); } /**