Invert if statement for multiversion materials ( oops )
This commit is contained in:
parent
7bfe5cef22
commit
35b415130e
@ -228,7 +228,7 @@ public class P extends MPlugin {
|
||||
public Material FENCE;
|
||||
|
||||
private void setupMultiversionMaterials() {
|
||||
if (!mc113) {
|
||||
if (mc113) {
|
||||
BANNER = Material.valueOf("BANNER");
|
||||
CROPS = Material.valueOf("LEGACY_CROPS");
|
||||
SUGAR_CANE_BLOCK = Material.valueOf("LEGACY_SUGAR_CANE_BLOCK");
|
||||
|
Loading…
Reference in New Issue
Block a user